summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-09-05 20:34:30 +0200
committerKali Kaneko <kali@leap.se>2013-09-05 20:34:30 +0200
commit75109de1283be85309d1795d518ef8a8c2ef4f07 (patch)
treee6cf03a406eb3e0dbd7310973070a50e31eccf7c /src/leap/bitmask/gui/mainwindow.py
parent2bcff2cf5154af5bf129ced066a014925a5eac0b (diff)
parent6a4b2a00b59ac017b05e88812b2eb5ed8341bd66 (diff)
Merge remote-tracking branch 'ivan-github/bug/version-namespace-hotfix' into develop
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r--src/leap/bitmask/gui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py
index 1fdd0792..706b9c2a 100644
--- a/src/leap/bitmask/gui/mainwindow.py
+++ b/src/leap/bitmask/gui/mainwindow.py
@@ -58,7 +58,7 @@ from leap.bitmask.services.eip.vpnlaunchers import \
EIPNoPolkitAuthAgentAvailable
from leap.bitmask.services.eip.vpnlaunchers import EIPNoTunKextLoaded
-from leap.bitmask.util import __version__ as VERSION
+from leap.bitmask import __version__ as VERSION
from leap.bitmask.util.keyring_helpers import has_keyring
from leap.bitmask.util.leap_log_handler import LeapLogHandler