centpkg/tests/__init__.py
2015-07-19 15:28:14 -05:00

5 lines
141 B
Python

import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
'../src'))