summaryrefslogtreecommitdiffstats
path: root/iw/progress.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 05:34:17 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 05:34:17 +0000
commit797e45b30bc6a7cbfc835cf9743f3edf3b90e030 (patch)
treecb5bd60455d6eb9944c81e1464e607c9e18e4ee8 /iw/progress.py
parent9f6f7872ec592151cc9843e8797d25d779db77be (diff)
downloadanaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.gz
anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.xz
anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.zip
i18n changes, small debugging changes
Diffstat (limited to 'iw/progress.py')
-rw-r--r--iw/progress.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/iw/progress.py b/iw/progress.py
index d49a35736..b1d89cb35 100644
--- a/iw/progress.py
+++ b/iw/progress.py
@@ -4,10 +4,7 @@ import string
import rpm
import time
from threading import *
-import gettext
-
-cat = gettext.Catalog ("anaconda", "/usr/share/locale")
-_ = cat.gettext
+from gui import _
class DoInstall (Thread):
def __init__ (self, icw, todo):