summaryrefslogtreecommitdiff
path: root/src/leap/gui/firstrun/connect.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-11-12 10:16:32 +0900
committerkali <kali@leap.se>2012-11-12 10:16:32 +0900
commit017ed666038adba315155ad7508f8f3b48368b9f (patch)
tree6035ae7752e4e9332dcdc2c120cb0148dd3aaa32 /src/leap/gui/firstrun/connect.py
parentfc857d25025ea07d46a8c8f5ffd4fb2902a76c13 (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.py5
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