commit | 6fe60c23496b724af39395428a02f733bb820132 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@boson> | Sat Apr 26 20:04:53 2008 -0400 |
committer | Jean-Paul Calderone <exarkun@boson> | Sat Apr 26 20:04:53 2008 -0400 |
tree | 21bec9ec9c74fc15acbc2e0e07e5f0937143b638 | |
parent | 6540775c449f0743fdc112eb9c3fefb9bc02fcc9 [diff] [blame] |
Python 2.3 compatibility in test_crypto
diff --git a/test/test_crypto.py b/test/test_crypto.py index 318f470..31ceb2d 100644 --- a/test/test_crypto.py +++ b/test/test_crypto.py
@@ -566,7 +566,7 @@ -class FunctionTests(TestCase): +class FunctionTests(TestCase, _Python23TestCaseHelper): """ Tests for free-functions in the L{OpenSSL.crypto} module. """