Mercurial > lcfOS
comparison python/apps/build.py @ 65:361f7d13adea
Fixes after movage
author | windel |
---|---|
date | Sun, 07 Oct 2012 17:21:08 +0200 |
parents | 4a27c28c7d0f |
children | 654c5ac4f2c5 |
comparison
equal
deleted
inserted
replaced
64:4a27c28c7d0f | 65:361f7d13adea |
---|---|
1 import sys, os | 1 import sys, os |
2 sys.path.insert(0, os.path.join('..','libs')) | |
2 | 3 |
3 sys.path.insert(0, os.path.join('..','libs')) | |
4 print(sys.path) | |
5 # Compiler imports: | 4 # Compiler imports: |
6 from compiler.compiler import Compiler | 5 from compiler import Compiler |
7 from project import Project | 6 from project import Project |
8 | 7 |
9 if __name__ == '__main__': | 8 if __name__ == '__main__': |
10 if len(sys.argv) < 2: | 9 if len(sys.argv) < 2: |
11 print('Use {0} projectfile'.format(sys.argv[0])) | 10 print('Use {0} projectfile'.format(sys.argv[0])) |