1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-26 07:49:24 +01:00
pywb/pywb/__init__.py
2015-05-14 22:32:10 -07:00

11 lines
290 B
Python

__version__ = '0.9.8'
DEFAULT_CONFIG = 'pywb/default_config.yaml'
def get_test_dir():
import os
return os.path.join(os.path.dirname(os.path.realpath(__file__)),
'..',
'sample_archive') + os.path.sep