summaryrefslogtreecommitdiff
path: root/UpdateManager/Common/utils.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-pc>2006-09-27 00:52:26 +0200
committerSebastian Heinlein <sebi@sebi-pc>2006-09-27 00:52:26 +0200
commit2c847b09b6e124bc30872ee537151c88de3bd65c (patch)
treecef0018a21395719037ad07a80352e7a1d0eac2a /UpdateManager/Common/utils.py
parentcf3decd2e830b53569e8dd9c12c2469914eb9b21 (diff)
downloadpython-apt-2c847b09b6e124bc30872ee537151c88de3bd65c.tar.gz
* Fixed a missing import
* Hopefully some strings can now be translated * Wording: Normal -> Distribution updates, to better separate them from the third party updates
Diffstat (limited to 'UpdateManager/Common/utils.py')
-rw-r--r--UpdateManager/Common/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/UpdateManager/Common/utils.py b/UpdateManager/Common/utils.py
index fa73b8bd..1fcd022f 100644
--- a/UpdateManager/Common/utils.py
+++ b/UpdateManager/Common/utils.py
@@ -1,5 +1,6 @@
import gtk
from gettext import gettext as _
+import locale
def str_to_bool(str):
if str == "0" or str.upper() == "FALSE":