devtools/test/unittest_httptest.py
changeset 8930 6a02be304486
parent 8695 358d8bed9626
child 10032 fd1dafb0ab10
--- a/devtools/test/unittest_httptest.py	Thu Apr 25 17:30:09 2013 +0200
+++ b/devtools/test/unittest_httptest.py	Thu Apr 25 14:10:55 2013 +0200
@@ -20,7 +20,7 @@
 import httplib
 
 from logilab.common.testlib import Tags
-from cubicweb.devtools.httptest import CubicWebServerTC, CubicWebServerConfig
+from cubicweb.devtools.httptest import CubicWebServerTC
 
 
 class TwistedCWAnonTC(CubicWebServerTC):