diff options
author | kali <kali@leap.se> | 2013-01-11 03:01:40 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-11 03:01:40 +0900 |
commit | f2660941cf01a25a36058ab25cae45cea2c062d3 (patch) | |
tree | 09df82613de44109352074dcf719e4c7b659a91c /src/leap/gui/firstrun/__init__.py | |
parent | 6fe187c4ea2a32105c712d34167058707f8f82f8 (diff) | |
parent | 6d85c97ddcc8a151b157919e9a7322fba151a551 (diff) |
Merge branch 'feature/parse-api-port' into develop
Diffstat (limited to 'src/leap/gui/firstrun/__init__.py')
-rw-r--r-- | src/leap/gui/firstrun/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/leap/gui/firstrun/__init__.py b/src/leap/gui/firstrun/__init__.py index d380b75a..2a523d6a 100644 --- a/src/leap/gui/firstrun/__init__.py +++ b/src/leap/gui/firstrun/__init__.py @@ -6,6 +6,7 @@ except ValueError: pass import intro +import connect import last import login import mixins @@ -13,10 +14,10 @@ import providerinfo import providerselect import providersetup import register -import regvalidation __all__ = [ 'intro', + 'connect', 'last', 'login', 'mixins', @@ -24,4 +25,4 @@ __all__ = [ 'providerselect', 'providersetup', 'register', - 'regvalidation'] # ,'wizard'] + ] # ,'wizard'] |