--- a/src/pyams_mail/configure.zcml Fri Mar 20 17:20:12 2015 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<configure
- xmlns="http://pylonshq.com/pyramid">
-
- <include package="pyramid_zcml" />
-
-</configure>
\ No newline at end of file
--- a/src/pyams_mail/include.py Fri Mar 20 17:20:12 2015 +0100
+++ b/src/pyams_mail/include.py Wed May 20 12:26:37 2015 +0200
@@ -31,9 +31,6 @@
# load registry components
config.scan()
- if hasattr(config, 'load_zcml'):
- config.load_zcml('configure.zcml')
-
settings = config.registry.settings
mailers = settings.get('pyams_mail.mailers')
if mailers: