diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-06 10:38:09 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-06 10:38:09 +0100 |
| commit | 7520aea4b9ea79e180aa9dca5eed719158b70d91 (patch) | |
| tree | 58897c0bf74e68970643bff5eb85a47b5e4e4470 /SoftwareProperties/aptsources.py | |
| parent | 6164b21e46fbd5b56b7c8245f577c137bda9ba11 (diff) | |
| parent | f593c02a4051313dd0044888a26d7ab3f4ba1133 (diff) | |
| download | python-apt-7520aea4b9ea79e180aa9dca5eed719158b70d91.tar.gz | |
* merged from the laptop branch
Diffstat (limited to 'SoftwareProperties/aptsources.py')
| -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/") |
