summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDumpList.py
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 13:15:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 13:15:23 +0200
commit2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2 (patch)
treea4b965e5acc5bd424b3f0cca2f697d861e31b24d /src/Gui/CCDumpList.py
parent20eb553c3ac2187e8347f093f6ba480ceb85627b (diff)
downloadabrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.gz
abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.xz
abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui/CCDumpList.py')
-rw-r--r--src/Gui/CCDumpList.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/CCDumpList.py b/src/Gui/CCDumpList.py
index 7684b46..9833ad2 100644
--- a/src/Gui/CCDumpList.py
+++ b/src/Gui/CCDumpList.py
@@ -7,7 +7,7 @@ class DumpList(list):
def __init__(self,dbus_manager=None):
self.dm = dbus_manager
self.ddict = {}
-
+
def load(self):
if self.dm:
#print "loading DumpList"
@@ -27,7 +27,7 @@ class DumpList(list):
return
else:
print "db == None!"
-
+
__PFList = None
__PFList_dbmanager = None