Code

Use Python 2.6 bundled SSL when available
authorSven Velt <sven@velt.de>
Tue, 22 Feb 2011 16:46:20 +0000 (17:46 +0100)
committerSven Velt <sven@velt.de>
Wed, 23 Feb 2011 13:58:26 +0000 (14:58 +0100)
commitf31463596fd7379c42c6b746919f3e3bd88e4baa
tree4fec08b2735cb2165341b557d889914ba757587d
parent69e267becfdb6498254eeb3805c502a30715dc48
Use Python 2.6 bundled SSL when available

Fall back to python-openssl if not found, exit if SSL is required but
both could not be imported.

Signed-off-by: Sven Velt <sven@velt.de>
nagixsc/__init__.py