diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-20 17:44:34 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-20 17:44:34 +0000 |
commit | b3017639e75ee2fafa71d1af61b041bb4cd19455 (patch) | |
tree | f62f96af929247abe8fa0c5489aa52f734bfbadd /textw/partitioning.py | |
parent | 2f759a30b4425b4125f01981ce21f099cfa04cc9 (diff) | |
download | anaconda-b3017639e75ee2fafa71d1af61b041bb4cd19455.tar.gz anaconda-b3017639e75ee2fafa71d1af61b041bb4cd19455.tar.xz anaconda-b3017639e75ee2fafa71d1af61b041bb4cd19455.zip |
more lang changes
Diffstat (limited to 'textw/partitioning.py')
-rw-r--r-- | textw/partitioning.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py index 98328ba9f..dd79597d6 100644 --- a/textw/partitioning.py +++ b/textw/partitioning.py @@ -5,9 +5,7 @@ import isys from snack import * from textw.constants import * from newtpyfsedit import fsedit - -cat = gettext.Catalog ("anaconda", "/usr/share/locale") -_ = cat.gettext +from text import _ class PartitionMethod: def __call__(self, screen, todo): |