diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-19 12:07:09 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-19 12:07:40 -0400 |
commit | 5b90ad3552025436edb40665203ab98eceaa065b (patch) | |
tree | 09c0bb6f188e2bacb0a57809f1671748a591195e /src/leap/bitmask/gui/mainwindow.py | |
parent | 229f803235ae9b9a71313d11071c7a0fbea0a681 (diff) |
pep8/flake8
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index ca14e631..daf49eb6 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -154,11 +154,11 @@ class MainWindow(QtGui.QMainWindow, SignalTracker): self._providers = Providers(self.ui.cmbProviders) ## - ## tmphack: important state information about the application is stored - ## in widgets. Rather than rewrite the UI, for now we simulate this - ## info being stored in an application object: + # tmphack: important state information about the application is stored + # in widgets. Rather than rewrite the UI, for now we simulate this + # info being stored in an application object: ## - self.app.login_state = self._login_widget._state + self.app.login_state = self._login_widget._state self.app.providers_widget = self._providers # Qt Signal Connections ##################################### |