diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-12 18:02:00 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-12 18:02:00 +0100 |
| commit | 2658ad16e4dc19973ef4b853b94fea6efd9ddc00 (patch) | |
| tree | 860609e8bcb3c79e690aca4774018b328a6adfd1 /apt | |
| parent | ec30e020ffdcb6cf5f11fd1e761083bd9711c41c (diff) | |
| parent | 3df4fd5eeb785bc335f8b996d13b39ea69d90770 (diff) | |
| download | python-apt-2658ad16e4dc19973ef4b853b94fea6efd9ddc00.tar.gz | |
* fix in the duplicated source checking (thanks to Sebastian Heinlein)
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cdrom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt/cdrom.py b/apt/cdrom.py index 8d73339c..9d4b62cb 100644 --- a/apt/cdrom.py +++ b/apt/cdrom.py @@ -1,4 +1,3 @@ - import apt_pkg from progress import CdromProgress |
