summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-07 04:43:12 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-07 04:43:12 +0000
commitf07691d32d250e5c9c943939276d5ed9d5ca3d78 (patch)
tree03ffc7dc501dd77410769c8ad1c811181590fae4 /scripts
parenta31b93a1a87d7da6b6f94a1fa1005130d063b7af (diff)
downloadanaconda-f07691d32d250e5c9c943939276d5ed9d5ca3d78.tar.gz
anaconda-f07691d32d250e5c9c943939276d5ed9d5ca3d78.tar.xz
anaconda-f07691d32d250e5c9c943939276d5ed9d5ca3d78.zip
some more fixes
Diffstat (limited to 'scripts')
-rw-r--r--scripts/getlangnames.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/getlangnames.py b/scripts/getlangnames.py
index df5992569..82c25dda5 100644
--- a/scripts/getlangnames.py
+++ b/scripts/getlangnames.py
@@ -1,11 +1,8 @@
import sys
-sys.path.extend(["..", "../iconvmodule"])
from rhpl.translate import _
import rhpl.translate
import language
-rhpl.translate.cat.setunicode(1)
-
langs = language.InstallTimeLanguage()
for lang in langs.available():
langs.setRuntimeLanguage(lang)