mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
8 lines
351 B
Python
8 lines
351 B
Python
--- ./plone/supermodel/exportimport.py.orig 2012-04-15 17:56:36.000000000 +0400
|
|
+++ ./plone/supermodel/exportimport.py 2012-04-25 00:12:57.000000000 +0400
|
|
@@ -1,4 +1,4 @@
|
|
-from elementtree import ElementTree
|
|
+from xml.etree import ElementTree
|
|
|
|
from zope.interface import Interface, implements, implementedBy
|
|
from zope.component import queryUtility
|