From 17ea6e4c8c72599ea9cf370c9d21a7e4480a23c0 Mon Sep 17 00:00:00 2001 From: makkalot Date: Thu, 19 Jun 2008 23:08:20 +0300 Subject: remove some irrelevant statements --- funcweb/funcweb/tests/test_widget_automation.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/tests/test_widget_automation.py b/funcweb/funcweb/tests/test_widget_automation.py index 3bc81e4..c82d40e 100644 --- a/funcweb/funcweb/tests/test_widget_automation.py +++ b/funcweb/funcweb/tests/test_widget_automation.py @@ -1,13 +1,9 @@ import unittest import turbogears from turbogears import testutil -from funcweb.controllers import Root -import cherrypy from funcweb.widget_automation import WidgetListFactory,RemoteFormAutomation,RemoteFormFactory -cherrypy.root = Root() - class TestWidgetListFactory(unittest.TestCase): def setUp(self): -- cgit