Fixing the def main function, properly calling it from treecutter.
[treecutter.git] / bin / treecutter
index d07d18aea8ccbf30dd5e4e32c445c66b5b37250f..5555cc4fa6734a3eaae186f8dc3ba67ff2d9af31 100755 (executable)
@@ -2,4 +2,4 @@
 
 from treecutter import main
 
-#main.run()
+main.main()