Test: Remove unused import

This commit is contained in:
Renato Alves 2015-07-24 13:45:17 +01:00
parent 773b133562
commit 600b3f7656

View file

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