Remove all the airhook stuff.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 4cb499e2ec39a89b576e158743bbcbc3af86e11c..633d85ca8004038cb274a067607e41cbb2b298fa 100644 (file)
--- a/test.py
+++ b/test.py
@@ -1,10 +1,12 @@
+## Copyright 2002-2003 Andrew Loewenstern, All Rights Reserved
+# see LICENSE.txt for license information
+
 import unittest
 
 import ktable, khashmir
 import hash, node, knode
 import actions
 import btemplate
-import test_airhook
 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)