mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
15 lines
293 B
Python
15 lines
293 B
Python
#!/usr/bin/env python
|
|
|
|
__author__ = 'Nadeem Douba'
|
|
__copyright__ = 'Copyright 2012, Cygnos Corporation'
|
|
__credits__ = ['Nadeem Douba']
|
|
|
|
__license__ = 'GPL'
|
|
__version__ = '0.1'
|
|
__maintainer__ = 'Nadeem Douba'
|
|
__email__ = 'ndouba@cygnos.com'
|
|
__status__ = 'Development'
|
|
|
|
__all__ = [
|
|
'proxy'
|
|
] |