Skip to content

Commit

Permalink
Merge 8f3ddeb into 69c43ad
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 19, 2019
2 parents 69c43ad + 8f3ddeb commit c41bb93
Show file tree
Hide file tree
Showing 2 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 @@ -8,6 +8,9 @@ Change Log

- Added support for Python 3.7 and 3.8

- Fix relative import that broke import/export.
[pbauer]


1.6.1 (2018-11-08)
------------------
Expand Down
2 changes: 1 addition & 1 deletion Products/PluginRegistry/PluginRegistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

try:
from Products.PluginRegistry.exportimport import _updatePluginRegistry
from Products.PluginRegistry.exportimport import PluginRegistryExporter
except ImportError:
_HAS_GENERIC_SETUP = False
else:
Expand Down Expand Up @@ -309,7 +310,6 @@ def removePluginById(self, plugin_id):
def getConfigAsXML(self):
""" Return XML representing the registry's configuration.
"""
from exportimport import PluginRegistryExporter
pre = PluginRegistryExporter(self).__of__(self)
return pre.generateXML()

Expand Down

0 comments on commit c41bb93

Please sign in to comment.