]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - test.py
add some default bogus values in __init__
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index f8ba5c0e391cb1c9b93fa1755ed96f3e96fa5845..2dc44dd461ae3ee69f3dbf9185adbf29a030a3fe 100644 (file)
--- a/test.py
+++ b/test.py
@@ -3,7 +3,7 @@ import unittest
 import ktable, khashmir
 import hash, node, knode
 import actions, xmlrpcclient
-import bencode, btemplate
+import btemplate
 
-tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'bencode', 'btemplate', 'actions',  'ktable', 'xmlrpcclient'])
+tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'btemplate', 'actions',  'ktable', 'xmlrpcclient'])
 result = unittest.TextTestRunner().run(tests)