Bugfix in mac example copy.

master
daid303 2012-10-29 10:20:01 +01:00
parent 79e24189ed
commit 3b3551de47
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def main():
except:
pass
for filename in glob.glob(os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example'))):
shutil.copy(filename, os.path.join(os.path.dirname(exampleFile), os.basename(filename)))
shutil.copy(filename, os.path.join(os.path.dirname(exampleFile), os.path.basename(filename)))
profile.putPreference('lastFile', exampleFile)
configWizard.configWizard()
if profile.getPreference('startMode') == 'Simple':