Fixed some whitespace, removed some (accidental?) check-ins

This commit is contained in:
Gina Häußge 2013-09-09 16:58:02 +02:00
parent 51b0df5c1f
commit 21d16c8ba0
3 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
''

View file

@ -24,7 +24,7 @@ class CuraFactoryTestCase(unittest.TestCase):
cura = CuraFactory.create_slicer(path)
file_path = './cura/tests/test.stl'
config_path = './cura/tests/config'
gcode_filename= './cura/tests/output.gcode'
gcode_filename = './cura/tests/output.gcode'
cura.process_file(config_path, gcode_filename, file_path)
self.assertTrue(thread.called)