diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 14:54:33 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 14:54:33 +0200 |
| commit | a0c3aaac68bfbc210c729db95e3ee92f76e886b7 (patch) | |
| tree | 13c981292aa5ae86dff2dfe4f93fa57775266a0d /UpdateManager/Common/DistInfo.py | |
| parent | 6a04c04bbe1639c732a250ab003d6e2b29bffc90 (diff) | |
| parent | ee0ae3876d6e3afc36197fb922c6fdab2dd04688 (diff) | |
| download | python-apt-a0c3aaac68bfbc210c729db95e3ee92f76e886b7.tar.gz | |
* merged from glatzor
Diffstat (limited to 'UpdateManager/Common/DistInfo.py')
| -rw-r--r-- | UpdateManager/Common/DistInfo.py | 2 |
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): |
