]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - test.py
Remove all the airhook stuff.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 8aee18de5a148a5573087f2b276d5684b7dec79f..633d85ca8004038cb274a067607e41cbb2b298fa 100644 (file)
--- a/test.py
+++ b/test.py
@@ -7,7 +7,6 @@ import ktable, khashmir
 import hash, node, knode
 import actions
 import btemplate
 import hash, node, knode
 import actions
 import btemplate
-import test_airhook
 import test_krpc
 import test_krpc
-tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_airhook', 'test_krpc'])
+tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions',  'ktable', 'test_krpc'])
 result = unittest.TextTestRunner().run(tests)
 result = unittest.TextTestRunner().run(tests)