etwist/twconfig.py
branchstable
changeset 4719 aaed3f813ef8
parent 4212 ab6573088b4a
child 5270 6297d5265572
child 5326 0d9054eb3bd1
--- a/etwist/twconfig.py	Fri Feb 26 13:12:01 2010 +0100
+++ b/etwist/twconfig.py	Fri Feb 26 13:19:14 2010 +0100
@@ -16,7 +16,9 @@
 
 from os.path import join
 
-from cubicweb.web.webconfig import WebConfiguration, merge_options, Method
+from logilab.common.configuration import Method
+
+from cubicweb.web.webconfig import WebConfiguration, merge_options
 
 class TwistedConfiguration(WebConfiguration):
     """web instance (in a twisted web server) client of a RQL server"""