commit | 76a2749f1270bd75a961472b591e7fd773b869fa | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Oct 13 22:23:30 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Oct 13 22:23:30 2010 -0400 |
tree | 25ec407af3568e76e39078124d4d7343738168d3 | |
parent | 9538f1462e7e37e563bd32f2fd5d380e227b69a5 [diff] [blame] |
Remove consequences of stdio buffering insanity
diff --git a/OpenSSL/test/test_crypto.py b/OpenSSL/test/test_crypto.py index a85e7ba..0d16fb6 100644 --- a/OpenSSL/test/test_crypto.py +++ b/OpenSSL/test/test_crypto.py
@@ -1,4 +1,4 @@ -SignVerifyTests# Copyright (C) Jean-Paul Calderone 2008, All rights reserved +# Copyright (C) Jean-Paul Calderone 2008, All rights reserved """ Unit tests for L{OpenSSL.crypto}.