mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Update src/miproxy/proxy.py
This commit is contained in:
parent
9cd5b89115
commit
5ccc9d3323
@ -16,13 +16,13 @@ from OpenSSL.crypto import (X509Extension, X509, dump_privatekey, dump_certifica
|
|||||||
from OpenSSL.SSL import FILETYPE_PEM
|
from OpenSSL.SSL import FILETYPE_PEM
|
||||||
|
|
||||||
__author__ = 'Nadeem Douba'
|
__author__ = 'Nadeem Douba'
|
||||||
__copyright__ = 'Copyright 2012, Cygnos Corporation'
|
__copyright__ = 'Copyright 2012, PyMiProxy Project'
|
||||||
__credits__ = ['Nadeem Douba']
|
__credits__ = ['Nadeem Douba']
|
||||||
|
|
||||||
__license__ = 'GPL'
|
__license__ = 'GPL'
|
||||||
__version__ = '0.1'
|
__version__ = '0.1'
|
||||||
__maintainer__ = 'Nadeem Douba'
|
__maintainer__ = 'Nadeem Douba'
|
||||||
__email__ = 'ndouba@cygnos.com'
|
__email__ = 'ndouba@gmail.com'
|
||||||
__status__ = 'Development'
|
__status__ = 'Development'
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user