diff python/apps/build.py @ 65:361f7d13adea

Fixes after movage
author windel
date Sun, 07 Oct 2012 17:21:08 +0200
parents 4a27c28c7d0f
children 654c5ac4f2c5
line wrap: on
line diff
--- a/python/apps/build.py	Sun Oct 07 17:13:47 2012 +0200
+++ b/python/apps/build.py	Sun Oct 07 17:21:08 2012 +0200
@@ -1,9 +1,8 @@
 import sys, os
-
 sys.path.insert(0, os.path.join('..','libs'))
-print(sys.path)
+
 # Compiler imports:
-from compiler.compiler import Compiler
+from compiler import Compiler
 from project import Project
 
 if __name__ == '__main__':