This commit is contained in:
Radovan Bast 2015-08-10 17:42:03 +02:00
parent fc5b67769b
commit d0f08604d2

View File

@ -325,7 +325,7 @@ def main(argv):
) )
if not os.path.isfile('.gitignore'): if not os.path.isfile('.gitignore'):
print('- creating .gitignore') print('- creating .gitignore')
with open('.gitignore'), 'w') as f: with open('.gitignore', 'w') as f:
f.write('*.pyc\n') f.write('*.pyc\n')
print('- fetching lib/config.py') print('- fetching lib/config.py')
fetch_url( fetch_url(