diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-23 19:12:24 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-23 19:12:24 +0000 |
commit | fe0e1e19a94f69adb832b42a8d37adedfe013877 (patch) | |
tree | 46629b889cbbce370c2b48faaed83c2b29e6bd5c /iw/checklist.py | |
parent | 6dcc3781dedd2e0e4d3de1f05ed31fb958f1acf3 (diff) | |
download | anaconda-fe0e1e19a94f69adb832b42a8d37adedfe013877.tar.gz anaconda-fe0e1e19a94f69adb832b42a8d37adedfe013877.tar.xz anaconda-fe0e1e19a94f69adb832b42a8d37adedfe013877.zip |
pychecker fix
Diffstat (limited to 'iw/checklist.py')
-rw-r--r-- | iw/checklist.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/iw/checklist.py b/iw/checklist.py index 90909659f..1744c3936 100644 --- a/iw/checklist.py +++ b/iw/checklist.py @@ -13,9 +13,6 @@ class CheckList (GtkCList): #for i in range(columns): # self.set_column_auto_resize (i, 1) - def debug_cb (widget): - print widget - self.connect ("realize", self._realize_cb) # self.connect ("button_press_event", self._button_press_cb) # self.connect ("key_press_event", self._key_press_cb) |