diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-14 20:51:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-14 20:51:59 +0000 |
commit | d235c4e5113b29aae33f72188f9085830b93813b (patch) | |
tree | b1c238555382baf0c1c1029df17b1fa23a064161 /iw | |
parent | bf68a56c673eb62f7d5320abc5a4d07a301507a4 (diff) | |
download | anaconda-d235c4e5113b29aae33f72188f9085830b93813b.tar.gz anaconda-d235c4e5113b29aae33f72188f9085830b93813b.tar.xz anaconda-d235c4e5113b29aae33f72188f9085830b93813b.zip |
code cleanup
Diffstat (limited to 'iw')
-rw-r--r-- | iw/account.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/iw/account.py b/iw/account.py index c2a24cd0e..0dd547cea 100644 --- a/iw/account.py +++ b/iw/account.py @@ -229,10 +229,6 @@ class AccountWindow (InstallWindow): bb.pack_start (delete) bb.pack_start (new) -## table.attach (self.add, 0, 1, 1, 2, xoptions = FILL) -## table.attach (self.edit, 1, 2, 1, 2, xoptions = FILL) -## table.attach (delete, 2, 3, 1, 2, xoptions = FILL) -## table.attach (new, 3, 4, 1, 2, xoptions = FILL) box.pack_start (table, FALSE) box.pack_start (bb, FALSE) self.userList = GtkCList (2, (_("Account Name"), _("Full Name"))) |