1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-22 03:21:42 +01:00
pywb/pywb/__init__.py
Ilya Kreymer 5345459298 pywb 0.2!
move to distinct packages: pywb.utils, pywb.cdx, pywb.warc, pywb.util, pywb.rewrite!
each package will have its own README and tests
shared sample_data and install
2014-02-17 10:01:09 -08:00

5 lines
110 B
Python

import os
def get_test_dir():
return os.path.dirname(os.path.realpath(__file__)) + '/../sample_archive/'