Address @paulromano comments on #469

This commit is contained in:
Sterling Harper 2015-10-03 11:28:36 -04:00
parent 6b92694578
commit 03a8fb64e6
94 changed files with 47 additions and 140 deletions

View file

@ -3,7 +3,6 @@
import os
import sys
sys.path.insert(0, os.pardir)
sys.path.insert(0, os.path.join(os.pardir, os.pardir))
from testing_harness import TestHarness