1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-21 19:12:10 +01:00
pywb/pywb/__init__.py
Ilya Kreymer af8d775f7c bump version to 0.9.8-dev
fix vidrw to work with mp_ / inverse framed replay!
2015-04-27 16:18:07 -07:00

11 lines
294 B
Python

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