diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-23 15:21:26 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-23 15:21:26 +0000 |
commit | d7505f5e013cfa2b0af3eff08111c846f5930397 (patch) | |
tree | e38fd6d8e6f8bab5ef2d191fdde2d31f43707fbf /language.py | |
parent | 4bdbb8966ae3997688ad2668b2eed934bf8ed770 (diff) | |
download | anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.tar.gz anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.tar.xz anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.zip |
1) Fix all copyrights 2) move everything to use rhpl.translate instead of our own translate.py
Diffstat (limited to 'language.py')
-rw-r--r-- | language.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language.py b/language.py index 1f2002916..1cf8eedfa 100644 --- a/language.py +++ b/language.py @@ -3,7 +3,7 @@ # installer runtime language choice and installed system # language support. # -# Copyright 2002 Red Hat, Inc. +# Copyright 2001-2002 Red Hat, Inc. # # This software may be freely redistributed under the terms of the GNU # library public license. @@ -18,7 +18,7 @@ import string import locale from simpleconfig import SimpleConfigFile import rpm -from translate import cat +from rhpl.translate import cat # Converts a single language into a "language search path". For example, # fr_FR.utf8@euro would become "fr_FR.utf8@eueo fr_FR.utf8 fr_FR fr" |