diff options
| author | Sebastian Heinlein <sebi@sebi-desktop> | 2007-02-02 20:01:39 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-desktop> | 2007-02-02 20:01:39 +0100 |
| commit | 020a3e602fa07858410cbbaa81fab3ed4a03e20d (patch) | |
| tree | 72d29e3cae69b2674dc31950d99660f039e05df8 /aptsources/sourceslist.py | |
| parent | 238e469ebc586cc50095a855b64619632c22fbf2 (diff) | |
| download | python-apt-020a3e602fa07858410cbbaa81fab3ed4a03e20d.tar.gz | |
* change all obsolete references to the former python-aptsources
Diffstat (limited to 'aptsources/sourceslist.py')
| -rw-r--r-- | aptsources/sourceslist.py | 2 |
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) |
