This commit is contained in:
ThomasV 2015-01-28 08:24:51 +01:00
parent 56e80566f9
commit 4eda748506
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def data_dir():
if __builtin__.use_local_modules:
return local_data_dir()
else:
is_frozen = getattr(sys, 'frozen')
is_frozen = getattr(sys, 'frozen', False)
if is_frozen:
if is_frozen == "macosx_app":
basedir = os.path.abspath(".")