mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-22 03:21:42 +01:00
11 lines
291 B
Python
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
|