summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-19 23:08:20 +0300
committermakkalot <makkalot@gmail.com>2008-06-19 23:08:20 +0300
commit17ea6e4c8c72599ea9cf370c9d21a7e4480a23c0 (patch)
tree31c7d9ce480e1f32bc72e4fd301c19c651eaf3c3 /funcweb
parentb97e94b8ba05612790f9f81e8906f9bf45b5a7fa (diff)
downloadthird_party-func-17ea6e4c8c72599ea9cf370c9d21a7e4480a23c0.tar.gz
third_party-func-17ea6e4c8c72599ea9cf370c9d21a7e4480a23c0.tar.xz
third_party-func-17ea6e4c8c72599ea9cf370c9d21a7e4480a23c0.zip
remove some irrelevant statements
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/tests/test_widget_automation.py4
1 files changed, 0 insertions, 4 deletions
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):