diff options
author | Hans de Goede <hdegoede@redhat.com> | 2008-12-20 11:23:16 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2008-12-20 11:23:16 +0100 |
commit | d83270a0337370a8f8981c5b44bccae847f29749 (patch) | |
tree | 204811ff94cd02ba877e3a2127b1741fc32d9df4 /iw/welcome_gui.py | |
parent | d5b0c509015d0424bad95651a8d27750bdab1aff (diff) | |
download | anaconda-d83270a0337370a8f8981c5b44bccae847f29749.tar.gz anaconda-d83270a0337370a8f8981c5b44bccae847f29749.tar.xz anaconda-d83270a0337370a8f8981c5b44bccae847f29749.zip |
Fix a few syntax error caugh by pychecker
Fix a few syntax error caugh by pychecker.
Diffstat (limited to 'iw/welcome_gui.py')
-rw-r--r-- | iw/welcome_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py index 8dc1a7ef6..d2e6fc5a0 100644 --- a/iw/welcome_gui.py +++ b/iw/welcome_gui.py @@ -19,6 +19,7 @@ import gtk import gui +import sys from iw_gui import * from constants import * |