X-Git-Url: https://svn.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/f830d50a4deb071893e2db6ee015485b1bd809a4..a084ab4592720bd4c5ab2ff83ede2521d89a5cc1:/configure.zcml?ds=inline

diff --git a/configure.zcml b/configure.zcml
index 4834bd0..6f7102f 100644
--- a/configure.zcml
+++ b/configure.zcml
@@ -2,10 +2,11 @@
     xmlns="http://namespaces.zope.org/zope"
     xmlns:i18n="http://namespaces.zope.org/i18n">
   <include file="content.zcml"/>
+  <include file="exportimport.zcml"/>
   <include file="profiles.zcml"/>
   <include file="directories.zcml"/>
   <include file="adapters.zcml"/>
   <include file="event.zcml"/>
-  
+
   <i18n:registerTranslations directory="locales"/>
 </configure>