summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 06:26:45 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 06:26:45 +0000
commit2b18f2399395f50e408372fdcf4047a95c7dd481 (patch)
tree8a0b3dab907d51d6c07a36f3eb17a5f5992c18a6 /iw
parentc6db89cdc3f5ed56c79635935507047d646fb9e0 (diff)
downloadanaconda-2b18f2399395f50e408372fdcf4047a95c7dd481.tar.gz
anaconda-2b18f2399395f50e408372fdcf4047a95c7dd481.tar.xz
anaconda-2b18f2399395f50e408372fdcf4047a95c7dd481.zip
missed one '_'
Diffstat (limited to 'iw')
-rw-r--r--iw/examine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/examine.py b/iw/examine.py
index 459367dae..2dba67468 100644
--- a/iw/examine.py
+++ b/iw/examine.py
@@ -1,6 +1,7 @@
from gtk import *
from iw import *
from package import *
+from gui import _
class UpgradeExamineWindow (InstallWindow):