Commit 107280b8 authored by Guillaume Seguin's avatar Guillaume Seguin

Rerun reindent.py

parent bbad2f53
...@@ -621,7 +621,7 @@ class pronsole(cmd.Cmd): ...@@ -621,7 +621,7 @@ class pronsole(cmd.Cmd):
def help_disconnect(self): def help_disconnect(self):
print "Disconnects from the printer" print "Disconnects from the printer"
def do_load(self,l): def do_load(self,l):
self._do_load(l) self._do_load(l)
......
...@@ -184,7 +184,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole): ...@@ -184,7 +184,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
except: except:
print _("CherryPy is not installed. Web Interface Disabled.") print _("CherryPy is not installed. Web Interface Disabled.")
if self.filename is not None: if self.filename is not None:
self.do_load(self.filename) self.do_load(self.filename)
def startcb(self): def startcb(self):
self.starttime = time.time() self.starttime = time.time()
...@@ -1344,7 +1344,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole): ...@@ -1344,7 +1344,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
pass pass
if self.webInterface: if self.webInterface:
self.webInterface.AppendLog(text) self.webInterface.AppendLog(text)
def setloud(self,e): def setloud(self,e):
self.p.loud=e.IsChecked() self.p.loud=e.IsChecked()
......
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