1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-22 03:21:42 +01:00
pywb/pywb/__init__.py
2015-09-14 19:22:37 -07:00

11 lines
291 B
Python

__version__ = '0.10.9'
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