diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-26 22:03:49 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-11-26 22:03:49 +0100 |
| commit | a0b20edc60045084773853daa5fabf3ff9260403 (patch) | |
| tree | c48cc9874976b3eb5632a4618ae5a40e6a5543bf /AptSources/DistInfo.py | |
| parent | 5dec3378abc96ac9a92d072c4d97633be054a02d (diff) | |
| parent | 4d027f3bde2f083f87b6e645e518607f731caa12 (diff) | |
| download | python-apt-a0b20edc60045084773853daa5fabf3ff9260403.tar.gz | |
* merge
Diffstat (limited to 'AptSources/DistInfo.py')
| -rw-r--r-- | AptSources/DistInfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AptSources/DistInfo.py b/AptSources/DistInfo.py index 57621f52..2dbd9a1b 100644 --- a/AptSources/DistInfo.py +++ b/AptSources/DistInfo.py @@ -52,7 +52,7 @@ class Component: class DistInfo: def __init__(self, dist = None, - base_dir = "/usr/share/update-manager/channels"): + base_dir = "/usr/share/python-aptsources/templates"): self.metarelease_uri = '' self.suites = [] @@ -148,7 +148,7 @@ class DistInfo: if __name__ == "__main__": - d = DistInfo ("Ubuntu", "../../data/channels") + d = DistInfo ("Ubuntu", "../../data/templates") print d.changelogs_uri for suite in d.suites: print "\nSuite: %s" % suite.name |
