From 351d82d208d57c629883e859030c290dc892313d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 4 Sep 2006 09:56:41 +0200 Subject: * DistUpgrade/DistUpgradeControler.py: - add the Debug::pkgDepCache::AutoInstall debug option * DistUpgrade/DistUpgradeView.py: - add missing import gettext * DistUpgrade/DistUpgradeViewGtk.py: - be more robust against gettext failure * DistUpgrade/cdromupgrade: - fix path --- DistUpgrade/DistUpgradeView.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DistUpgrade/DistUpgradeView.py') diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 45c5521b..27817b13 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -19,6 +19,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA +from gettext import gettext as _ + def FuzzyTimeToStr(sec): " return the time a bit fuzzy (no seconds if time > 60 secs " if sec > 60*60*24: -- cgit v1.2.3