diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 05:34:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 05:34:17 +0000 |
commit | 797e45b30bc6a7cbfc835cf9743f3edf3b90e030 (patch) | |
tree | cb5bd60455d6eb9944c81e1464e607c9e18e4ee8 /iw/network.py | |
parent | 9f6f7872ec592151cc9843e8797d25d779db77be (diff) | |
download | anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.gz anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.xz anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.zip |
i18n changes, small debugging changes
Diffstat (limited to 'iw/network.py')
-rw-r--r-- | iw/network.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/iw/network.py b/iw/network.py index efd23677a..30d7c0dce 100644 --- a/iw/network.py +++ b/iw/network.py @@ -1,10 +1,7 @@ from gtk import * from iw import * from isys import * -import gettext - -cat = gettext.Catalog ("anaconda", "/usr/share/locale") -_ = cat.gettext +from gui import _ class NetworkWindow (InstallWindow): |