]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_dht/MirrorManager.py
Rename project to apt-p2p.
[quix0rs-apt-p2p.git] / apt_dht / MirrorManager.py
index bccb2e53ff4bd3bec7fd6f83415163eb2308c13d..4c19f1070afb66e49d53250251342dad2a845e11 100644 (file)
@@ -133,7 +133,7 @@ class TestMirrorManager(unittest.TestCase):
     client = None
     
     def setUp(self):
-        self.client = MirrorManager(FilePath('/tmp/.apt-dht'), 300)
+        self.client = MirrorManager(FilePath('/tmp/.apt-p2p'), 300)
         
     def test_extractPath(self):
         """Test extracting the site and base directory from various mirrors."""