Commit 8cc13495 authored by Guillaume Seguin's avatar Guillaume Seguin

Run reindent.py on the whole repository

parent ec596c5a
......@@ -263,5 +263,3 @@ class Graph(BufferedCanvas):
self.drawextruder0temp(dc, gc)
self.drawextruder1targettemp(dc, gc)
self.drawextruder1temp(dc, gc)
......@@ -397,4 +397,3 @@ if __name__ == '__main__':
main = window(open("jam.gcode"))
main.Show()
app.MainLoop()
......@@ -40,4 +40,3 @@ if not hasattr(wx.GraphicsPath, "AddEllipticalArc"):
wx.GraphicsPath.AddEllipticalArc = AddEllipticalArc
del AddEllipticalArc
\ No newline at end of file
......@@ -5,4 +5,3 @@
from pyparsing import nestedExpr
block = nestedExpr(opener="{", closer="}")
......@@ -189,5 +189,3 @@ if __name__ == '__main__':
#~ from tests.test_pathdata import *
#~ unittest.main()
profile()
......@@ -82,4 +82,3 @@ if __name__ == '__main__':
"""
zimage("catposthtmap2.jpg","testobj.stl")
del a
......@@ -1248,4 +1248,3 @@ if __name__=="__main__":
except:
interp.p.disconnect()
#raise
......@@ -1810,4 +1810,3 @@ if __name__ == '__main__':
app.MainLoop()
except:
pass
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