summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/dialogs.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-12 08:49:13 +0900
committerkali <kali@leap.se>2012-09-12 08:49:13 +0900
commitddd11604a5ae376ba27f70c9eb9a6971e749b1f9 (patch)
treec6c043af23c6dfbebfb0bb8437a68fd1e25305c5 /src/leap/baseapp/dialogs.py
parent18109193b239be6e7ecc4c2d07c9c999e33081f8 (diff)
pep8
Diffstat (limited to 'src/leap/baseapp/dialogs.py')
-rw-r--r--src/leap/baseapp/dialogs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/baseapp/dialogs.py b/src/leap/baseapp/dialogs.py
index af531154..3cb539cf 100644
--- a/src/leap/baseapp/dialogs.py
+++ b/src/leap/baseapp/dialogs.py
@@ -32,7 +32,6 @@ class ErrorDialog(QDialog):
# closing the dialog. we can pass that
# in the constructor
-
def criticalMessage(self, msg, label):
msgBox = QMessageBox(QMessageBox.Critical,
"QMessageBox.critical()", msg,