Bugfix in mac example copy.

This commit is contained in:
daid303 2012-10-29 10:20:01 +01:00
parent 79e24189ed
commit 3b3551de47

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':