diff --git a/src/cfclient/__init__.py b/src/cfclient/__init__.py index 054c7ed71375fa76b95de2b44c3d9eb35544cfcb..270fa05e1a868cb3283c6b8597af8f427e1f3880 100644 --- a/src/cfclient/__init__.py +++ b/src/cfclient/__init__.py @@ -32,7 +32,8 @@ import sys if not hasattr(sys, 'frozen'): module_path = os.path.dirname(__file__) else: - module_path = os.path.join(os.path.dirname(sys.executable), 'lib', 'cfclient') + module_path = os.path.join(os.path.dirname(sys.executable), + 'lib', 'cfclient') config_path = AppDirs("cfclient", "Bitcraze").user_config_dir # Locate the sdl2 lib on Windows (should be in cfclient/thirst_party/)