diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-14 18:44:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-14 18:44:41 +0000 |
commit | 42fc4c6694005007fca9d3fa58cf3a0110f1cc3f (patch) | |
tree | 3087ccdaab042d804a0825d57a4116f4d76de3cd /anaconda | |
parent | 20c70a3665997a1ee8068a18ca85196108ab29d7 (diff) | |
download | anaconda-42fc4c6694005007fca9d3fa58cf3a0110f1cc3f.tar.gz anaconda-42fc4c6694005007fca9d3fa58cf3a0110f1cc3f.tar.xz anaconda-42fc4c6694005007fca9d3fa58cf3a0110f1cc3f.zip |
use rh gettext with builtin gzip read support
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ setverPath = None gettext_rh.bindtextdomain("anaconda", "/usr/share/locale") gettext_rh.textdomain("anaconda") -_ = gettext.gettext +_ = gettext_rh.gettext (args, extra) = isys.getopt(sys.argv[1:], 'GTRtdr:fm:', [ 'gui', 'text', 'reconfig', 'test', 'debug', |