diff options
Diffstat (limited to 'pycryptopp/test/test_startup.py')
-rw-r--r-- | pycryptopp/test/test_startup.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pycryptopp/test/test_startup.py b/pycryptopp/test/test_startup.py deleted file mode 100644 index 3160feb..0000000 --- a/pycryptopp/test/test_startup.py +++ /dev/null @@ -1,5 +0,0 @@ -import unittest - -class T(unittest.TestCase): - def test_load_dll_twice(self): - pass |