Skip to content

Commit

Permalink
Rerun reindent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce committed Sep 5, 2012
1 parent bbad2f5 commit 107280b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pronsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def do_disconnect(self, l):

def help_disconnect(self):
print "Disconnects from the printer"

def do_load(self,l):
self._do_load(l)

Expand Down
4 changes: 2 additions & 2 deletions pronterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def __init__(self, filename = None, size = winsize):
except:
print _("CherryPy is not installed. Web Interface Disabled.")
if self.filename is not None:
self.do_load(self.filename)
self.do_load(self.filename)

def startcb(self):
self.starttime = time.time()
Expand Down Expand Up @@ -1344,7 +1344,7 @@ def addtexttolog(self,text):
pass
if self.webInterface:
self.webInterface.AppendLog(text)

def setloud(self,e):
self.p.loud=e.IsChecked()

Expand Down

0 comments on commit 107280b

Please sign in to comment.