summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-08-14 19:35:52 -0700
committerR. Tyler Ballance <tyler@monkeypox.org>2009-08-14 19:35:52 -0700
commitda52de58a83fb39eefe245a7509796cb5b9acf37 (patch)
treef5877ed8093f5ea051f72e9bd0abd3675f8435b4
parentf902efca620e0ab0ead60dd73ba28e5f99a3631a (diff)
downloadpython-cheetah-da52de58a83fb39eefe245a7509796cb5b9acf37.tar.gz
Remove the VerifyType module from Test.py, I think I left this on another machine
-rwxr-xr-xcheetah/Tests/Test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cheetah/Tests/Test.py b/cheetah/Tests/Test.py
index 080f4fa..fe97ff4 100755
--- a/cheetah/Tests/Test.py
+++ b/cheetah/Tests/Test.py
@@ -21,7 +21,6 @@ import Template
import CheetahWrapper
import Regressions
import Unicode
-import VerifyType
suites = [
unittest.findTestCases(SyntaxAndOutput),
@@ -29,7 +28,6 @@ suites = [
unittest.findTestCases(Template),
unittest.findTestCases(Regressions),
unittest.findTestCases(Unicode),
- unittest.findTestCases(VerifyType),
]
if not sys.platform.startswith('java'):