summaryrefslogtreecommitdiffstats
path: root/iw/package_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-02-12 02:55:09 +0000
committerMatt Wilson <msw@redhat.com>2002-02-12 02:55:09 +0000
commitd0513f9e4fd54200210ec8420f07971233d4e04e (patch)
treef7cf2ca134d5f95157f70efd5aa6384d4c77908d /iw/package_gui.py
parent167a3cb1ff2fee482d0737979ca7e0eca78f7d82 (diff)
downloadanaconda-d0513f9e4fd54200210ec8420f07971233d4e04e.tar.gz
anaconda-d0513f9e4fd54200210ec8420f07971233d4e04e.tar.xz
anaconda-d0513f9e4fd54200210ec8420f07971233d4e04e.zip
indent
Diffstat (limited to 'iw/package_gui.py')
-rw-r--r--iw/package_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/package_gui.py b/iw/package_gui.py
index 0ff47e0f7..3e3ae0d36 100644
--- a/iw/package_gui.py
+++ b/iw/package_gui.py
@@ -516,7 +516,7 @@ class PackageCheckList(checklist.CheckList):
def __init__(self, columns = 2):
store = gtk.TreeStore(gobject.TYPE_BOOLEAN,
- gobject.TYPE_STRING, gobject.TYPE_INT)
+ gobject.TYPE_STRING, gobject.TYPE_INT)
checklist.CheckList.__init__(self, columns=columns,
custom_store = store)