Tests: Remove unnecessary imports and simplify template.t

This commit is contained in:
Renato Alves 2015-06-06 02:21:08 +01:00
parent 68647ed25e
commit 2962c0d99a
26 changed files with 500 additions and 489 deletions

View file

@ -32,7 +32,7 @@ import unittest
# Ensure python finds the local simpletap module
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import Task, TestCase, Taskd, ServerTestCase
from basetest import Task, TestCase
class TestCustomConfig(TestCase):