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

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