diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-13 17:07:58 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-13 17:07:58 -0300 |
commit | 4cdaa7320b1d0624b7e6c1f08161451a7b70b373 (patch) | |
tree | 954bc9ee09ca41a8754662df00a1153b80e19480 /src/leap/bitmask/gui/mainwindow.py | |
parent | 10f937feffeb2e267a6426cdd5d3287783da866d (diff) |
Set the standalone flag before using it
This reorders imports and delays them after the args are processed.
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index b624988f..96cb1bfe 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -169,8 +169,6 @@ class MainWindow(QtGui.QMainWindow): # This is loaded only once, there's a bug when doing that more # than once - ProviderConfig.standalone = standalone - EIPConfig.standalone = standalone self._standalone = standalone self._provider_config = ProviderConfig() # Used for automatic start of EIP |