cubicweb/pyramid/__init__.py
changeset 11987 d432911e3c26
parent 11970 b282ef22b5ab
child 12025 ba79f4a4f5d8
--- a/cubicweb/pyramid/__init__.py	Tue Feb 28 16:11:17 2017 +0100
+++ b/cubicweb/pyramid/__init__.py	Tue Feb 28 16:46:16 2017 +0100
@@ -230,7 +230,6 @@
     for name in aslist(config.registry.settings.get('cubicweb.includes', [])):
         config.include(name)
 
-    config.include('cubicweb.pyramid.tools')
     config.include('cubicweb.pyramid.core')
     config.include('cubicweb.pyramid.syncsession')