Code

- under the heading of "questionable whether it's a fix or not"
[roundup.git] / run_tests
index febf5e559e03f7bd4919575b863ca0a5571908a1..0f0445c37a7f78d34c72dd28e42a0a677d288e32 100755 (executable)
--- a/run_tests
+++ b/run_tests
@@ -9,14 +9,7 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-# $Id: run_tests,v 1.8 2002-09-10 01:07:04 richard Exp $
-
-# make sure we have the htmlbase
-try:
-    from roundup.templates.classic import htmlbase
-except ImportError:
-    import setup
-    setup.buildTemplates()
+# $Id: run_tests,v 1.9 2003-04-17 06:51:44 richard Exp $
 
 from test import go
 import sys