devtools/httptest.py
changeset 8694 d901c36bcfce
parent 7434 17ef6f9efaa1
child 8695 358d8bed9626
--- a/devtools/httptest.py	Thu Feb 14 15:29:20 2013 +0100
+++ b/devtools/httptest.py	Thu Feb 14 15:39:23 2013 +0100
@@ -18,8 +18,6 @@
 """this module contains base classes and utilities for integration with running
 http server
 """
-from __future__ import with_statement
-
 __docformat__ = "restructuredtext en"
 
 import threading