diff options
author | kali <kali@leap.se> | 2012-11-27 03:34:08 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-11-27 03:43:46 +0900 |
commit | 1bb7e85425f2f427401cd02726c55922874a59a0 (patch) | |
tree | a391b1a75efaf96b3b5ee096d36af27f8da90d3e /src/leap/gui/firstrun/providerselect.py | |
parent | d5136a5f3b2aa8b16e8341f2eb99d05993028acf (diff) |
login validation inline
Diffstat (limited to 'src/leap/gui/firstrun/providerselect.py')
-rw-r--r-- | src/leap/gui/firstrun/providerselect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/gui/firstrun/providerselect.py b/src/leap/gui/firstrun/providerselect.py index e59a23a9..3ffc6ff6 100644 --- a/src/leap/gui/firstrun/providerselect.py +++ b/src/leap/gui/firstrun/providerselect.py @@ -11,12 +11,12 @@ from PyQt4 import QtGui from leap.base import exceptions as baseexceptions #from leap.crypto import certs from leap.eip import exceptions as eipexceptions - -from leap.gui.constants import APP_LOGO from leap.gui.progress import InlineValidationPage from leap.gui import styles from leap.util.web import get_https_domain_and_port +from leap.gui.constants import APP_LOGO + logger = logging.getLogger(__name__) |