summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-05 17:26:32 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-05 17:26:32 -0700
commited3191014a1592bef4bf141bcf2397c9fe5d8601 (patch)
treee6c4792eb2ae8e53673ba571dedb79f6f6400bb5
parentc37b9972171567585aaedcd9556bc6bd2fa7fbcd (diff)
downloadpython-cheetah-ed3191014a1592bef4bf141bcf2397c9fe5d8601.tar.gz
Forgot to remove these references to the FileRefresh module
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rwxr-xr-xsrc/Tests/Test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Tests/Test.py b/src/Tests/Test.py
index 403ace9..d8a6a67 100755
--- a/src/Tests/Test.py
+++ b/src/Tests/Test.py
@@ -42,7 +42,6 @@ except NameError:
import SyntaxAndOutput
import NameMapper
import Template
-import FileRefresh
import CheetahWrapper
import Regressions
import Unicode
@@ -50,7 +49,6 @@ import Unicode
SyntaxSuite = unittest.findTestCases(SyntaxAndOutput)
NameMapperSuite = unittest.findTestCases(NameMapper)
TemplateSuite = unittest.findTestCases(Template)
-FileRefreshSuite = unittest.findTestCases(FileRefresh)
Regressions = unittest.findTestCases(Regressions)
Unicode = unittest.findTestCases(Unicode)
@@ -60,7 +58,6 @@ if not sys.platform.startswith('java'):
from SyntaxAndOutput import *
from NameMapper import *
from Template import *
-from FileRefresh import *
from Regressions import *
from Unicode import *