pubs/tests/testenv.py

3 lines
102 B

# Adjusting paths.
import os, sys
sys.path.insert(0, os.path.abspath(os.path.join(__file__, '../..')))