summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDump.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-11 15:36:23 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-11 15:36:23 +0200
commitde7ae6b763e48607f7d1da8f4f98bd7386cccba8 (patch)
tree60b61555cba7712e850fbecb7a37a1dca26b7a23 /src/Gui/CCDump.py
parent13329d88e147fac7cafcdebcafd1859a74a27aa9 (diff)
downloadabrt-de7ae6b763e48607f7d1da8f4f98bd7386cccba8.tar.gz
abrt-de7ae6b763e48607f7d1da8f4f98bd7386cccba8.tar.xz
abrt-de7ae6b763e48607f7d1da8f4f98bd7386cccba8.zip
GUI: Added option to disable/enable plugins (config preview)
Diffstat (limited to 'src/Gui/CCDump.py')
-rw-r--r--src/Gui/CCDump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCDump.py b/src/Gui/CCDump.py
index 04bca621..0c7b29c0 100644
--- a/src/Gui/CCDump.py
+++ b/src/Gui/CCDump.py
@@ -6,7 +6,7 @@ EDITABLE = 1
CONTENT = 2
class Dump():
- """Class for mapping the debug dump to pyhon object"""
+ """Class for mapping the debug dump to python object"""
def __init__(self):
self.UUID = None
self.UID = None