Unit Tests

- Removed name of old module from unit tests.
This commit is contained in:
Paul Beckingham
2014-02-15 13:28:49 -05:00
parent 04a70bced8
commit 1170a43f6b

View File

@@ -3,7 +3,7 @@
import sys
import os
# Ensure python finds the local taprunner module
# Ensure python finds the local simpletap module
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
import unittest