This commit is contained in:
Marco Pesenti Gritti 2007-07-02 16:50:05 +02:00
parent ebcd104448
commit 0926382f69

View File

@ -54,7 +54,7 @@ class _DefaultFileList(list):
news_file = os.path.join(_get_source_path(), 'NEWS')
if not os.path.isfile(news_file):
f = f.open('w')
f = open('w')
f.write('')
f.close()