summaryrefslogtreecommitdiff
path: root/cheetah/Tests/Unicode.py
diff options
context:
space:
mode:
Diffstat (limited to 'cheetah/Tests/Unicode.py')
-rw-r--r--cheetah/Tests/Unicode.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cheetah/Tests/Unicode.py b/cheetah/Tests/Unicode.py
index da59bed..e4499d9 100644
--- a/cheetah/Tests/Unicode.py
+++ b/cheetah/Tests/Unicode.py
@@ -6,11 +6,9 @@ from Cheetah import CheetahWrapper
from Cheetah import DummyTransaction
import imp
import os
-import pdb
-import random
import sys
import tempfile
-import unittest_local_copy as unittest # This is stupid
+import unittest
class CommandLineTest(unittest.TestCase):
def createAndCompile(self, source):