SqlBrowser/SqlConnectionWidget.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 SqlBrowser/SqlConnectionWidget.py
--- a/SqlBrowser/SqlConnectionWidget.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/SqlBrowser/SqlConnectionWidget.py	Fri Mar 11 16:51:57 2011 +0100
@@ -11,6 +11,7 @@
 from PyQt4.QtGui import *
 from PyQt4.QtSql import QSqlDatabase
 
+
 class SqlConnectionWidget(QWidget):
     """
     Class implementing a widget showing the SQL connections.
@@ -23,7 +24,7 @@
     schemaRequested = pyqtSignal(str)
     cleared = pyqtSignal()
     
-    def __init__(self, parent = None):
+    def __init__(self, parent=None):
         """
         Constructor
         

eric ide

mercurial