diff options
| author | Matt Wilson <msw@redhat.com> | 2000-02-29 23:57:25 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2000-02-29 23:57:25 +0000 |
| commit | fc5839d2e4e693c7e11a33380a02607de9ceb36b (patch) | |
| tree | 3b20c4442e99d211bc546843aea9e51394454630 /installclass.py | |
| parent | bb04e5e0d741a60eab15c731d4de0d918ca3726d (diff) | |
o massive move to a better translation model
o rename unprobed monitor to Generic Monitor
Diffstat (limited to 'installclass.py')
| -rw-r--r-- | installclass.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py index a17d522eb..0c0856747 100644 --- a/installclass.py +++ b/installclass.py @@ -12,9 +12,7 @@ FSEDIT_USE_EXISTING = (1 << 3) import gettext_rh, os, iutil from xf86config import XF86Config - -cat = gettext_rh.Catalog ("anaconda", "/usr/share/locale") -_ = cat.gettext +from translate import _ class InstallClass: |
