Fix Python import in test_track_output

This commit is contained in:
Sterling Harper 2015-10-03 23:53:06 -04:00
parent 03a8fb64e6
commit 3327242acf

View file

@ -2,6 +2,7 @@
import glob
import os
from subprocess import call
import shutil
import sys
sys.path.insert(0, os.pardir)