Added "meta.zcml" reference
authorThierry Florac <thierry.florac@onf.fr>
Tue, 12 Jul 2016 09:17:27 +0200
changeset 19 37d28950ea15
parent 18 2191973b2356
child 20 ce081139da77
Added "meta.zcml" reference
src/pyams_alchemy/configure.zcml
--- a/src/pyams_alchemy/configure.zcml	Thu Oct 08 10:02:20 2015 +0200
+++ b/src/pyams_alchemy/configure.zcml	Tue Jul 12 09:17:27 2016 +0200
@@ -2,5 +2,6 @@
 	xmlns="http://pylonshq.com/pyramid">
 
 	<include package="pyramid_zcml" />
+	<include file="meta.zcml" />
 
-</configure>
\ No newline at end of file
+</configure>