diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-06-10 17:05:06 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-14 12:11:50 -0300 |
commit | 3795dedd26fc239e143ca2a29b7e16d433f964ba (patch) | |
tree | 50486066d0924b40ac43229c828e27c0a5563e7d /src/leap/bitmask/gui | |
parent | 8a721bd351d1ab47004e4835faaec70c73d3c1c0 (diff) |
Separate app.py and frontend_app.py logics.
This prepares the scenario to run the frontend and the backend in
different processes.
Diffstat (limited to 'src/leap/bitmask/gui')
-rw-r--r-- | src/leap/bitmask/gui/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/__init__.py b/src/leap/bitmask/gui/__init__.py index 94bf1fd5..bba02061 100644 --- a/src/leap/bitmask/gui/__init__.py +++ b/src/leap/bitmask/gui/__init__.py @@ -19,5 +19,6 @@ init file for leap.gui """ # This was added for coverage and testing, but when doing the osx # bundle with py2app it fails because of this, so commenting for now +# Also creates conflicts with the new frontend/backend separation. # app = __import__("app", globals(), locals(), [], 2) # __all__ = [app] |