Skip to content

Commit

Permalink
Merge pull request #95 from zopefoundation/maurits/fix-warnings
Browse files Browse the repository at this point in the history
Renamed xml dir to xml_templates.
  • Loading branch information
dataflake committed Sep 2, 2020
2 parents 4528c25 + 9079df4 commit c42d867
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
2.0.3 (unreleased)
------------------

- Renamed ``xml`` dir to ``xml_templates``.
This avoids an import warning on Python 2.7.


2.0.2 (2020-01-29)
------------------
Expand Down
2 changes: 1 addition & 1 deletion Products/GenericSetup/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

_pkgdir = package_home(globals())
_wwwdir = os.path.join(_pkgdir, 'www')
_xmldir = os.path.join(_pkgdir, 'xml')
_xmldir = os.path.join(_pkgdir, 'xml_templates')

# Please note that these values may change. Always import
# the values from here instead of using the values directly.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c42d867

Please sign in to comment.