diff options
author | kali <kali@leap.se> | 2012-11-12 10:16:32 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-11-12 10:16:32 +0900 |
commit | 017ed666038adba315155ad7508f8f3b48368b9f (patch) | |
tree | 6035ae7752e4e9332dcdc2c120cb0148dd3aaa32 /src/leap/gui/firstrun/connect.py | |
parent | fc857d25025ea07d46a8c8f5ffd4fb2902a76c13 (diff) |
add signal to start eip conductor after last checks
Diffstat (limited to 'src/leap/gui/firstrun/connect.py')
-rw-r--r-- | src/leap/gui/firstrun/connect.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/leap/gui/firstrun/connect.py b/src/leap/gui/firstrun/connect.py index 283e81b2..a0fe021c 100644 --- a/src/leap/gui/firstrun/connect.py +++ b/src/leap/gui/firstrun/connect.py @@ -1,6 +1,11 @@ """ Connecting Page, used in First Run Wizard """ +# XXX FIXME +# DEPRECATED. All functionality moved to regvalidation +# This file should be removed after checking that one is ok. +# XXX + import logging from PyQt4 import QtGui |