Helpviewer/CookieJar/CookiesDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
--- a/Helpviewer/CookieJar/CookiesDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Helpviewer/CookieJar/CookiesDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -18,11 +18,12 @@
 
 import UI.PixmapCache
 
+
 class CookiesDialog(QDialog, Ui_CookiesDialog):
     """
     Class implementing a dialog to show all cookies.
     """
-    def __init__(self, cookieJar, parent = None):
+    def __init__(self, cookieJar, parent=None):
         """
         Constructor
         
@@ -68,7 +69,7 @@
             self.cookiesTable.horizontalHeader().resizeSection(section, header)
         self.cookiesTable.horizontalHeader().setStretchLastSection(True)
         self.cookiesTable.model().sort(
-            self.cookiesTable.horizontalHeader().sortIndicatorSection(), 
+            self.cookiesTable.horizontalHeader().sortIndicatorSection(),
             Qt.AscendingOrder)
         
         self.__detailsDialog = None

eric ide

mercurial