From 1170a43f6be0b81b6656f4d5d54aa3b71b7e35e9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 15 Feb 2014 13:28:49 -0500 Subject: [PATCH] Unit Tests - Removed name of old module from unit tests. --- test/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/version.py b/test/version.py index df898c52d..fcd460623 100755 --- a/test/version.py +++ b/test/version.py @@ -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