merging changes

This commit is contained in:
rolux 2011-04-25 13:41:19 +02:00
commit 60ca706912

View file

@ -44,7 +44,9 @@ def write_path(file):
os.makedirs(path)
# doesn't work here
# os.chdir(os.path.dirname(__file__))
base_path = os.path.dirname(__file__)
if base_path:
os.chdir(base_path)
source_path = '../../source/'
build_path = '../../build/'