diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-08 11:03:10 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-08 11:03:10 -0300 |
commit | 17affdf90bb8d4f866128bacfb68e13877d4a2b7 (patch) | |
tree | b3f597bbcf8e4adc227e6e10e3eec0b0c4976f3e /src/leap/app.py | |
parent | 60cca5cd7c2fc1e3d2a6b7e4d5e4bc9599f6539f (diff) | |
parent | 3fd9833f3392050068b42e9fd3f7b982b1040d64 (diff) |
Merge remote-tracking branch 'kali/feature/init-imap-service' into develop
Diffstat (limited to 'src/leap/app.py')
-rw-r--r-- | src/leap/app.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/leap/app.py b/src/leap/app.py index 34eac6dc..e7a8aa42 100644 --- a/src/leap/app.py +++ b/src/leap/app.py @@ -212,8 +212,10 @@ def main(): if IS_MAC: window.raise_() - tx_app = leap_services() - assert(tx_app) + # This was a good idea, but for this to work as intended we + # should centralize the start of all services in there. + #tx_app = leap_services() + #assert(tx_app) # Run main loop twisted_main.start(app) |