diff options
author | drebs <drebs@leap.se> | 2015-01-28 16:17:51 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-05-08 16:11:47 -0300 |
commit | 01b005b0642454e3d670089ed7e530eda8e9ef91 (patch) | |
tree | d4a99c7e581dbb512d2430db4f0f8d1c90ff310a /src/leap/bitmask/gui | |
parent | 456941648223a14fe144264c27a5dce4e4e702e5 (diff) |
[feat] use txzmq in backend
Before this commit, the backend used plain pyzmq bindings for communicating
with the frontend. This implements the txzmq twisted-powered bindings instead.
Closes: #6360
Diffstat (limited to 'src/leap/bitmask/gui')
-rw-r--r-- | src/leap/bitmask/gui/app.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/app.py b/src/leap/bitmask/gui/app.py index 5fe031b1..46f276e1 100644 --- a/src/leap/bitmask/gui/app.py +++ b/src/leap/bitmask/gui/app.py @@ -20,7 +20,6 @@ and the signaler get signals from the backend. """ import logging -from functools import partial from PySide import QtCore, QtGui from leap.bitmask.config.leapsettings import LeapSettings |