summaryrefslogtreecommitdiff
path: root/aptsources
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-laptop>2007-02-05 10:13:20 +0100
committerSebastian Heinlein <sebi@sebi-laptop>2007-02-05 10:13:20 +0100
commit6e9b3a9bd697061e0a556af8e64abb8f388639a0 (patch)
treeed1465685789595d7f6804a50dbe40840b92c419 /aptsources
parent3ee70c61924e65e3c4ef6bf0fa0673d2e866b042 (diff)
parent020a3e602fa07858410cbbaa81fab3ed4a03e20d (diff)
downloadpython-apt-6e9b3a9bd697061e0a556af8e64abb8f388639a0.tar.gz
* merge
Diffstat (limited to 'aptsources')
-rw-r--r--aptsources/distinfo.py2
-rw-r--r--aptsources/sourceslist.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/aptsources/distinfo.py b/aptsources/distinfo.py
index 7568b558..d7289b4b 100644
--- a/aptsources/distinfo.py
+++ b/aptsources/distinfo.py
@@ -117,7 +117,7 @@ def split_url(url):
class DistInfo:
def __init__(self,
dist = None,
- base_dir = "/usr/share/python-aptsources/templates"):
+ base_dir = "/usr/share/python-apt/templates"):
self.metarelease_uri = ''
self.templates = []
diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py
index e5b8dab9..208e6c7d 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)