1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-04-04 12:55:49 +02:00
pywb/pywb/__init__.py
2015-07-03 11:46:20 -07:00

11 lines
295 B
Python

__version__ = '0.10.2-dev'
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