Commit 275fcb29 authored by kliment's avatar kliment

Added pronterface

parent 31da9098
......@@ -192,7 +192,7 @@ class pronsole(cmd.Cmd):
if not(os.path.exists(l)):
print "File not found!"
return
self.f=[i.replace("\n","") for i in open(l)]
self.f=[i.replace("\n","").replace("\r","") for i in open(l)]
self.filename=l
print "Loaded ",l,", ",len(self.f)," lines."
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment