diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 06:26:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 06:26:45 +0000 |
commit | 2b18f2399395f50e408372fdcf4047a95c7dd481 (patch) | |
tree | 8a0b3dab907d51d6c07a36f3eb17a5f5992c18a6 /iw | |
parent | c6db89cdc3f5ed56c79635935507047d646fb9e0 (diff) | |
download | anaconda-2b18f2399395f50e408372fdcf4047a95c7dd481.tar.gz anaconda-2b18f2399395f50e408372fdcf4047a95c7dd481.tar.xz anaconda-2b18f2399395f50e408372fdcf4047a95c7dd481.zip |
missed one '_'
Diffstat (limited to 'iw')
-rw-r--r-- | iw/examine.py | 1 |
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): |