diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-02-20 15:41:22 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-02-23 09:46:34 -1000 |
commit | a4541d908e057a951e92277b26129732b19f199d (patch) | |
tree | c6fc7b8b2a3fe3a18b3f88e9d9c3687c7b6195dd /gui.py | |
parent | 4a42365ba80dcf83d23a2c54d3bf7a31eb8950ca (diff) | |
download | anaconda-a4541d908e057a951e92277b26129732b19f199d.tar.gz anaconda-a4541d908e057a951e92277b26129732b19f199d.tar.xz anaconda-a4541d908e057a951e92277b26129732b19f199d.zip |
Remove unnecessary import lines.
pychecker fix.
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ import time import isys import iutil import sys -import parted import shutil import gtk import gtk.glade |