Test: Added missing import

This commit is contained in:
Paul Beckingham 2015-10-23 09:12:01 -04:00
parent e3727c0101
commit ecde7d1ad2

View file

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