Mov2Mov / tests /utils.py
AmyTheKamiwazaGirl2001's picture
Upload 37 files
99c376f verified
raw
history blame contribute delete
189 Bytes
import sys
import os
def setup_test_env():
ext_root = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
if ext_root not in sys.path:
sys.path.append(ext_root)