Skip to content

Commit

Permalink
Forgot to remove these references to the FileRefresh module
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
  • Loading branch information
R. Tyler Ballance committed Apr 6, 2009
1 parent c37b997 commit ed31910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Tests/Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@
import SyntaxAndOutput
import NameMapper
import Template
import FileRefresh
import CheetahWrapper
import Regressions
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)

Expand All @@ -60,7 +58,6 @@
from SyntaxAndOutput import *
from NameMapper import *
from Template import *
from FileRefresh import *
from Regressions import *
from Unicode import *

Expand Down

0 comments on commit ed31910

Please sign in to comment.