diff options
Diffstat (limited to 'www/py-plone.app.registry/files/patch-plone-app-registry-exportimport_handler.py')
-rw-r--r-- | www/py-plone.app.registry/files/patch-plone-app-registry-exportimport_handler.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/py-plone.app.registry/files/patch-plone-app-registry-exportimport_handler.py b/www/py-plone.app.registry/files/patch-plone-app-registry-exportimport_handler.py new file mode 100644 index 000000000000..d0c099b5b10f --- /dev/null +++ b/www/py-plone.app.registry/files/patch-plone-app-registry-exportimport_handler.py @@ -0,0 +1,10 @@ +--- plone/app/registry/exportimport/handler.py.orig 2011-09-19 17:44:47.000000000 +0400 ++++ plone/app/registry/exportimport/handler.py 2011-09-19 19:40:05.000000000 +0400 +@@ -1,6 +1,6 @@ + from zope.component import queryUtility + +-from elementtree import ElementTree ++from xml.etree import ElementTree + + from zope.dottedname.resolve import resolve + |