summaryrefslogtreecommitdiff
path: root/aptsources/sourceslist.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-desktop>2007-02-02 20:01:39 +0100
committerSebastian Heinlein <sebi@sebi-desktop>2007-02-02 20:01:39 +0100
commit020a3e602fa07858410cbbaa81fab3ed4a03e20d (patch)
tree72d29e3cae69b2674dc31950d99660f039e05df8 /aptsources/sourceslist.py
parent238e469ebc586cc50095a855b64619632c22fbf2 (diff)
downloadpython-apt-020a3e602fa07858410cbbaa81fab3ed4a03e20d.tar.gz
* change all obsolete references to the former python-aptsources
Diffstat (limited to 'aptsources/sourceslist.py')
-rw-r--r--aptsources/sourceslist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py
index 14c2a0ea..800f462f 100644
--- a/aptsources/sourceslist.py
+++ b/aptsources/sourceslist.py
@@ -219,7 +219,7 @@ class SourcesList:
""" represents the full sources.list + sources.list.d file """
def __init__(self,
withMatcher=True,
- matcherPath="/usr/share/python-aptsources/templates/"):
+ matcherPath="/usr/share/python-apt/templates/"):
self.list = [] # the actual SourceEntries Type
if withMatcher:
self.matcher = SourceEntryMatcher(matcherPath)