Remove PBKDF2 tests

This commit is contained in:
Dominik
2014-08-01 21:34:00 +02:00
parent 6ea23f5606
commit 6ac1e0627a

View File

@@ -39,4 +39,3 @@ class TestCryptoUtils(unittest.TestCase):
if __name__ == "__main__": if __name__ == "__main__":
unittest.main() unittest.main()
#test_pbkdf2()