diff options
author | Mike Fulbright <msf@redhat.com> | 1999-11-16 20:42:15 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 1999-11-16 20:42:15 +0000 |
commit | da37a93162897877a658480c6853131be69f5bea (patch) | |
tree | b686d42d9e67e5b5bfc58fbcff5dd022ca3ce816 /textw | |
parent | 0f86aed11d88df5b58568bca43f514c652d95988 (diff) | |
download | anaconda-da37a93162897877a658480c6853131be69f5bea.tar.gz anaconda-da37a93162897877a658480c6853131be69f5bea.tar.xz anaconda-da37a93162897877a658480c6853131be69f5bea.zip |
Changed references to gettext to gettext_rh
Dr Mike <drmike@redhat.com>
Diffstat (limited to 'textw')
-rw-r--r-- | textw/constants.py | 2 | ||||
-rw-r--r-- | textw/lilo.py | 2 | ||||
-rw-r--r-- | textw/packages.py | 2 | ||||
-rw-r--r-- | textw/partitioning.py | 2 | ||||
-rw-r--r-- | textw/silo.py | 2 | ||||
-rw-r--r-- | textw/userauth.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/textw/constants.py b/textw/constants.py index 0b577ff0d..07f97899e 100644 --- a/textw/constants.py +++ b/textw/constants.py @@ -1,4 +1,4 @@ -import gettext +#import gettext from text import _ INSTALL_OK = 0 INSTALL_BACK = -1 diff --git a/textw/lilo.py b/textw/lilo.py index 6d1f6365a..648bfe62d 100644 --- a/textw/lilo.py +++ b/textw/lilo.py @@ -1,4 +1,4 @@ -import gettext +#import gettext from snack import * from textw.constants import * from text import _ diff --git a/textw/packages.py b/textw/packages.py index e659abbfd..4df91efe8 100644 --- a/textw/packages.py +++ b/textw/packages.py @@ -1,5 +1,5 @@ import rpm -import gettext +#import gettext from snack import * from textw.constants import * from text import _ diff --git a/textw/partitioning.py b/textw/partitioning.py index 34a97e8f9..465aac9cd 100644 --- a/textw/partitioning.py +++ b/textw/partitioning.py @@ -1,4 +1,4 @@ -import gettext +#import gettext import iutil import os import isys diff --git a/textw/silo.py b/textw/silo.py index e1280fae9..faa688ab5 100644 --- a/textw/silo.py +++ b/textw/silo.py @@ -1,4 +1,4 @@ -import gettext +#import gettext import iutil from snack import * from textw.constants import * diff --git a/textw/userauth.py b/textw/userauth.py index 7674331d9..795a1fede 100644 --- a/textw/userauth.py +++ b/textw/userauth.py @@ -1,4 +1,4 @@ -import gettext +#import gettext_rh from snack import * from textw.constants import * from text import _ |