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}.