[z3-checkins] r41930 - z3/deliverance/DeliveranceVHoster/trunk/tests

ianb at codespeak.net ianb at codespeak.net
Fri Apr 6 05:35:48 CEST 2007


Author: ianb
Date: Fri Apr  6 05:35:46 2007
New Revision: 41930

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/tests/test_functional_api.py
Log:
Remove DebugHeaders printing

Modified: z3/deliverance/DeliveranceVHoster/trunk/tests/test_functional_api.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/tests/test_functional_api.py	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/tests/test_functional_api.py	Fri Apr  6 05:35:46 2007
@@ -147,11 +147,11 @@
 
 
 def setup_module(module):
-    static_app = DebugHeaders(StaticURLParser(os.path.join(os.path.dirname(__file__),
-                                              'test-static')))
+    static_app = StaticURLParser(os.path.join(os.path.dirname(__file__),
+                                              'test-static'))
 
     wsgi_intercept.add_wsgi_intercept('wsgify.org', 80, lambda : static_app)
 
 def teardown_module(module):
     wsgi_intercept.remove_wsgi_intercept('wsgify.org', 80)
-    
+


More information about the z3-checkins mailing list