9 lines
178 B
Python
9 lines
178 B
Python
|
|
# Copyright (C) AB Strakt
|
||
|
|
# Copyright (C) Jean-Paul Calderone
|
||
|
|
# See LICENSE for details.
|
||
|
|
|
||
|
|
"""
|
||
|
|
pyOpenSSL - A simple wrapper around the OpenSSL library
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = '0.15.1'
|