diff options
Diffstat (limited to 'iw/autopartition.py')
-rw-r--r-- | iw/autopartition.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/iw/autopartition.py b/iw/autopartition.py index 5e70edd84..aa600dc95 100644 --- a/iw/autopartition.py +++ b/iw/autopartition.py @@ -1,10 +1,7 @@ from gtk import * from iw import * from thread import * -import gettext - -cat = gettext.Catalog ("anaconda", "/usr/share/locale") -_ = cat.gettext +from gui import _ FSEDIT_CLEAR_LINUX = (1 << 0) FSEDIT_CLEAR_ALL = (1 << 2) |