Fix defaults.ini for CLI pip install.

This commit is contained in:
Jim Miller
2015-04-08 13:33:12 -05:00
parent 47c1b45b9c
commit fbffee6cb5
6 changed files with 21 additions and 15 deletions
+5 -5
View File
@@ -44,11 +44,11 @@ if __name__=="__main__":
files,
exclude=exclude)
os.chdir('../cli')
# 'a' for append
createZipFile("../"+filename,"a",
['downloader.py','defaults.ini'],
exclude=exclude)
# os.chdir('../cli')
# # 'a' for append
# createZipFile("../"+filename,"a",
# ['downloader.py','defaults.ini'],
# exclude=exclude)
os.chdir('..')
# 'a' for append