summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-07 01:06:00 +0000
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-07 01:06:00 +0000
commit2343ac2d22ea1df7b24bc64fca02eace18443a41 (patch)
tree4d8981ef8ac318cfb1de78c62c26f602b9b15909 /SoftwareProperties
parent99a65ab5e62498dc958c3f1e374dbd2bbf72e7c6 (diff)
parenta17bb120fa2b183eddee12b350829d933efe002a (diff)
downloadpython-apt-2343ac2d22ea1df7b24bc64fca02eace18443a41.tar.gz
* merge from mvo
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/__init__.py1
-rw-r--r--SoftwareProperties/aptsources.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/SoftwareProperties/__init__.py b/SoftwareProperties/__init__.py
index 1e6834bd..e69de29b 100644
--- a/SoftwareProperties/__init__.py
+++ b/SoftwareProperties/__init__.py
@@ -1 +0,0 @@
-from SoftwareProperties import SoftwareProperties
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/")