zopefoundation / Products.PluggableAuthService

Pluggable Zope authentication / authorization framework
Other
9 stars 18 forks source link

Renamed xml dir to xml_templates. #74

Closed mauritsvanrees closed 4 years ago

mauritsvanrees commented 4 years ago

This avoids an import warning on Python 2.7:

Products/PluggableAuthService/plugins/exportimport.py:19:
ImportWarning: Not importing directory '.../PluggableAuthService/plugins/xml': missing __init__.py
  from xml.dom.minidom import parseString

Same as https://github.com/zopefoundation/Products.GenericSetup/pull/95