diff options
author | Mike Fulbright <msf@redhat.com> | 2000-04-20 20:27:59 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-04-20 20:27:59 +0000 |
commit | 4fc505d551e9795a569135dfe24ddfc44c97a7c0 (patch) | |
tree | 92170eaccb3bed4d6a2505766030dcad4258268d /textw/packages_text.py | |
parent | 64aa471ace3dd5cdba8a32902d9b59274eeb1470 (diff) | |
download | anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.tar.gz anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.tar.xz anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.zip |
Fixups to make modules findable after text and gui file renaming
Diffstat (limited to 'textw/packages_text.py')
-rw-r--r-- | textw/packages_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py index 976be80b1..cdb550d81 100644 --- a/textw/packages_text.py +++ b/textw/packages_text.py @@ -1,7 +1,7 @@ import rpm #import gettext from snack import * -from constants import * +from constants_text import * from translate import _ class PackageGroupWindow: |