From f05001f84d966a0b0c80b9d5212c2f3ac11d1660 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 9 Jan 2011 20:28:06 +0000 Subject: Rework POW build so that we can use static libraries again. svn path=/configure; revision=3602 --- pow/POW-0.7/lib/__init__.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pow/POW-0.7/lib/__init__.py (limited to 'pow/POW-0.7/lib/__init__.py') diff --git a/pow/POW-0.7/lib/__init__.py b/pow/POW-0.7/lib/__init__.py deleted file mode 100644 index b150bbf1..00000000 --- a/pow/POW-0.7/lib/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ -from _POW import * -from _POW import _docset - -## @mainpage -## -## Python OpenSSL Wrappers (POW) is an old (but well-written) -## interface between Python and OpenSSL (ok, you could have guessed -## that from the name). Sadly, it appears to have fallen by the -## wayside, and M2Crypto is getting a lot more attention these days. -## -## POW ships with a submodule, POW.pkix, which includes a wonderful -## set of pure-Python routines for dealing with ASN.1 encodings of -## X.509v3 certificates, extensions, and related data. I haven't -## found anything as good anywhere else. This code deserves to be -## salvaged and put to work. - -- cgit v1.2.3