diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 01:48:36 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 01:48:36 +0200 |
| commit | 2828d69c65668115dd39a46f921ef59086168556 (patch) | |
| tree | 4981e53356a467823a4ccc50e2de26994a89d260 /update-manager | |
| parent | 9318df1e981635e6d0df4eaa98e3b2d62bb32c88 (diff) | |
| download | python-apt-2828d69c65668115dd39a46f921ef59086168556.tar.gz | |
* import gettext correctly in some other places too
Diffstat (limited to 'update-manager')
| -rw-r--r-- | update-manager | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/update-manager b/update-manager index 21b03702..f67ebd50 100644 --- a/update-manager +++ b/update-manager @@ -36,8 +36,6 @@ from gettext import gettext as _ from optparse import OptionParser if __name__ == "__main__": - _ = gettext.gettext - APP="update-manager" DIR="/usr/share/locale" |
