summaryrefslogtreecommitdiffstats
path: root/textw/welcome_text.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2008-12-20 11:23:16 +0100
committerHans de Goede <hdegoede@redhat.com>2008-12-20 11:23:16 +0100
commitd83270a0337370a8f8981c5b44bccae847f29749 (patch)
tree204811ff94cd02ba877e3a2127b1741fc32d9df4 /textw/welcome_text.py
parentd5b0c509015d0424bad95651a8d27750bdab1aff (diff)
downloadanaconda-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 'textw/welcome_text.py')
-rw-r--r--textw/welcome_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/welcome_text.py b/textw/welcome_text.py
index c0f771d74..bf58b5867 100644
--- a/textw/welcome_text.py
+++ b/textw/welcome_text.py
@@ -20,6 +20,7 @@
from snack import *
from constants_text import *
from constants import *
+import sys
import gettext
_ = lambda x: gettext.ldgettext("anaconda", x)