diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-02 15:50:23 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-02 15:50:23 +0000 |
| commit | 0f3e83010710cf3493c0c9f2bab16e5f028c114c (patch) | |
| tree | cbc4290f4582fc81eb4147f75502357d4e0cb348 /SoftwareProperties | |
| parent | 442066f04db10be923c15455d16155358a6d5321 (diff) | |
| download | python-apt-0f3e83010710cf3493c0c9f2bab16e5f028c114c.tar.gz | |
* make the Config-File more usable
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/aptsources.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py index 3e8d522e..c0d2c2ba 100644 --- a/SoftwareProperties/aptsources.py +++ b/SoftwareProperties/aptsources.py @@ -517,3 +517,5 @@ if __name__ == "__main__": "http://de.archive.ubuntu.com/ubuntu/") print "is_mirror(): %s" % mirror + print sources.is_mirror("http://archive.ubuntu.com/ubuntu", + "http://de.archive.ubuntu.com/ubuntu/") |
