Run reindent.py on the whole repository

master
Guillaume Seguin 2012-08-08 08:39:50 +02:00
parent ec596c5ab6
commit 8cc134955f
31 changed files with 667 additions and 677 deletions

View File

@ -263,5 +263,3 @@ class Graph(BufferedCanvas):
self.drawextruder0temp(dc, gc)
self.drawextruder1targettemp(dc, gc)
self.drawextruder1temp(dc, gc)

View File

@ -397,4 +397,3 @@ if __name__ == '__main__':
main = window(open("jam.gcode"))
main.Show()
app.MainLoop()

View File

@ -40,4 +40,3 @@ if not hasattr(wx.GraphicsPath, "AddEllipticalArc"):
wx.GraphicsPath.AddEllipticalArc = AddEllipticalArc
del AddEllipticalArc

View File

@ -5,4 +5,3 @@
from pyparsing import nestedExpr
block = nestedExpr(opener="{", closer="}")

View File

@ -189,5 +189,3 @@ if __name__ == '__main__':
#~ from tests.test_pathdata import *
#~ unittest.main()
profile()

View File

@ -82,4 +82,3 @@ if __name__ == '__main__':
"""
zimage("catposthtmap2.jpg","testobj.stl")
del a

View File

@ -1248,4 +1248,3 @@ if __name__=="__main__":
except:
interp.p.disconnect()
#raise

View File

@ -1810,4 +1810,3 @@ if __name__ == '__main__':
app.MainLoop()
except:
pass