summaryrefslogtreecommitdiff
path: root/UpdateManager/Common/DistInfo.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 14:54:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 14:54:33 +0200
commita0c3aaac68bfbc210c729db95e3ee92f76e886b7 (patch)
tree13c981292aa5ae86dff2dfe4f93fa57775266a0d /UpdateManager/Common/DistInfo.py
parent6a04c04bbe1639c732a250ab003d6e2b29bffc90 (diff)
parentee0ae3876d6e3afc36197fb922c6fdab2dd04688 (diff)
downloadpython-apt-a0c3aaac68bfbc210c729db95e3ee92f76e886b7.tar.gz
* merged from glatzor
Diffstat (limited to 'UpdateManager/Common/DistInfo.py')
-rw-r--r--UpdateManager/Common/DistInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/Common/DistInfo.py b/UpdateManager/Common/DistInfo.py
index 8153f04b..57621f52 100644
--- a/UpdateManager/Common/DistInfo.py
+++ b/UpdateManager/Common/DistInfo.py
@@ -26,7 +26,7 @@ from os import getenv
import ConfigParser
import string
-_ = gettext.gettext
+from gettext import gettext as _
class Suite:
def __init__(self):