summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-11 12:00:05 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-11 12:00:05 +0200
commita9161a7868bc7e97fa0938dd4d5eab5ae379e3ee (patch)
tree89bf3dd29f9c583b62f8baa97d4b43ff08246937
parent30bde83a45ebe2b8c401ef72f8bac3f4058614ab (diff)
downloadpython-apt-a9161a7868bc7e97fa0938dd4d5eab5ae379e3ee.tar.gz
aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603)
-rw-r--r--aptsources/sourceslist.py2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py
index 22770c10..353cce2d 100644
--- a/aptsources/sourceslist.py
+++ b/aptsources/sourceslist.py
@@ -1,4 +1,4 @@
-# aptsource.py - Provide an abstraction of the sources.list
+# sourceslist.py - Provide an abstraction of the sources.list
#
# Copyright (c) 2004-2009 Canonical Ltd.
# Copyright (c) 2004 Michiel Sikkes
diff --git a/debian/changelog b/debian/changelog
index 4d5c6225..2032eeae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-apt (0.8.0~exp2) UNRELEASED; urgency=low
* apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values
(time_to_str accepts unsigned long, time_rfc1123 long long, y2k31-correct).
* apt.progress: Use long for ETA, natural type for size (LP: #377375)
+ * aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603)
-- Julian Andres Klode <jak@debian.org> Wed, 06 Apr 2011 09:46:52 +0200