summaryrefslogtreecommitdiff
path: root/cheetah/Tests/SyntaxAndOutput.py
diff options
context:
space:
mode:
Diffstat (limited to 'cheetah/Tests/SyntaxAndOutput.py')
-rw-r--r--cheetah/Tests/SyntaxAndOutput.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cheetah/Tests/SyntaxAndOutput.py b/cheetah/Tests/SyntaxAndOutput.py
index 78e0cc5..e9b6cc2 100644
--- a/cheetah/Tests/SyntaxAndOutput.py
+++ b/cheetah/Tests/SyntaxAndOutput.py
@@ -23,15 +23,14 @@ from copy import deepcopy
import os
import os.path
import new
-import pdb
import warnings
+import unittest
from Cheetah.NameMapper import NotFound
from Cheetah.NameMapper import C_VERSION as NameMapper_C_VERSION
from Cheetah.Template import Template
from Cheetah.Parser import ParseError
from Cheetah.Compiler import Compiler, DEFAULT_COMPILER_SETTINGS
-import unittest_local_copy as unittest
class Unspecified(object):
pass