diff options
author | kali <kali@leap.se> | 2012-08-22 01:29:41 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-22 01:29:41 +0900 |
commit | af77050ce07ad884a39459a12bf22b74f6a858ab (patch) | |
tree | b36f87b7d395d96e2ccd3d943547b3a8aec1e3fc /src/leap/baseapp | |
parent | d908247dcc2cac66d31f081d892a04833206de3b (diff) |
clean imports and remove connection base method
Diffstat (limited to 'src/leap/baseapp')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index c5bdd8e9..bc844437 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -13,9 +13,6 @@ from PyQt4.QtCore import (pyqtSlot, pyqtSignal, QTimer) from leap.baseapp.dialogs import ErrorDialog -#from leap.eip.conductor import (EIPConductor, - #EIPNoCommandError) -#from leap.eip.config import (EIPInitBadKeyFilePermError) from leap.eip import exceptions as eip_exceptions from leap.eip.eipconnection import EIPConnection |