pyramid_cubicweb/__init__.py
changeset 11550 38ed4c3ac3de
parent 11547 fd7d2033cd80
child 11563 f9473eb6a8a9
--- a/pyramid_cubicweb/__init__.py	Fri Jan 23 14:00:02 2015 +0100
+++ b/pyramid_cubicweb/__init__.py	Mon Jan 26 17:59:10 2015 +0100
@@ -54,6 +54,7 @@
     for name in aslist(config.registry.settings.get('cubicweb.includes', [])):
         config.include(name)
 
+    config.include('pyramid_cubicweb.tools')
     config.include('pyramid_cubicweb.core')
 
     if asbool(config.registry.settings.get('cubicweb.bwcompat', True)):