diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-23 03:24:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-23 03:24:08 +0000 |
commit | 48153651a7519d0654b8c9685907a203464bc684 (patch) | |
tree | 76ad6e78b0c26fb668a7cd27e972c46ce0f91ab4 /monitor.py | |
parent | 7a3c395db8ac3e0db05acabd610758a555195556 (diff) | |
download | anaconda-48153651a7519d0654b8c9685907a203464bc684.tar.gz anaconda-48153651a7519d0654b8c9685907a203464bc684.tar.xz anaconda-48153651a7519d0654b8c9685907a203464bc684.zip |
more pychecker fixups
Diffstat (limited to 'monitor.py')
-rw-r--r-- | monitor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor.py b/monitor.py index 69a95b5fb..0943a775e 100644 --- a/monitor.py +++ b/monitor.py @@ -16,7 +16,6 @@ import string import kudzu import iutil -import isys from translate import _ from log import log |