diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 01:17:17 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 01:17:17 +0200 |
| commit | a724825aa77f025f21aeb5a4092114c4b267e7a5 (patch) | |
| tree | 8f1fa800b1f7aca9cfe9713681bdd6dfcd0a6c9b /UpdateManager | |
| parent | f33d8b5f4a283ef5394cc90d2d605448ed959d24 (diff) | |
| download | python-apt-a724825aa77f025f21aeb5a4092114c4b267e7a5.tar.gz | |
* correct the import semantic of gettext
Diffstat (limited to 'UpdateManager')
| -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): |
