diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2007-03-23 14:50:09 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2007-03-23 14:50:09 +0100 |
| commit | ed7d0d7a8a323d7a248dba3a1e49852995011435 (patch) | |
| tree | 297d9bc6b9d8a054a560fc2f9c74073c0592d065 /aptsources/sourceslist.py | |
| parent | 9e5248060b5b6f8740f5df8bcffdfdf1fc50d4a3 (diff) | |
| parent | 6bc3d1c5dd643fd3fd29ec2319cbdef6fe721d25 (diff) | |
| download | python-apt-ed7d0d7a8a323d7a248dba3a1e49852995011435.tar.gz | |
* Merge with mvo
* fix comparisoin of urls that include a trainling slash
* remove an obsolete and duplicated method
Diffstat (limited to 'aptsources/sourceslist.py')
| -rw-r--r-- | aptsources/sourceslist.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py index 208e6c7d..a10d5b68 100644 --- a/aptsources/sourceslist.py +++ b/aptsources/sourceslist.py @@ -32,8 +32,6 @@ import shutil import time import os.path import sys -from gettext import gettext as _ -#import pdb #from UpdateManager.Common.DistInfo import DistInfo from distinfo import DistInfo |
