Commit 5bd10550 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Arnaud Fontaine

py2/py3: import html_quote from DocumentTemplate instead of deprecated DocumentTemplate.DT_Util.

parent 64981cf7
...@@ -35,7 +35,7 @@ import unittest ...@@ -35,7 +35,7 @@ import unittest
from AccessControl.SecurityManagement import newSecurityManager from AccessControl.SecurityManagement import newSecurityManager
from Testing import ZopeTestCase from Testing import ZopeTestCase
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from DocumentTemplate.DT_Util import html_quote from DocumentTemplate import html_quote
class TestEditorField(ERP5TypeTestCase, ZopeTestCase.Functional): class TestEditorField(ERP5TypeTestCase, ZopeTestCase.Functional):
""" """
......
...@@ -4,7 +4,7 @@ from six import unichr ...@@ -4,7 +4,7 @@ from six import unichr
from six.moves import xrange from six.moves import xrange
import string import string
from .DummyField import fields from .DummyField import fields
from DocumentTemplate.DT_Util import html_quote from DocumentTemplate import html_quote
from DateTime import DateTime, Timezones from DateTime import DateTime, Timezones
from Products.PythonScripts.standard import html_quote from Products.PythonScripts.standard import html_quote
import types import types
......
...@@ -20,7 +20,7 @@ from six.moves import cStringIO as StringIO ...@@ -20,7 +20,7 @@ from six.moves import cStringIO as StringIO
from Products.PortalTransforms.interfaces import ITransform from Products.PortalTransforms.interfaces import ITransform
from zope.interface import implementer from zope.interface import implementer
from DocumentTemplate.DT_Util import html_quote from DocumentTemplate import html_quote
## Python Source Parser ##################################################### ## Python Source Parser #####################################################
......
from Products.PortalTransforms.interfaces import ITransform from Products.PortalTransforms.interfaces import ITransform
from zope.interface import implementer from zope.interface import implementer
from DocumentTemplate.DT_Util import html_quote from DocumentTemplate import html_quote
__revision__ = '$Id: text_pre_to_html.py 3658 2005-02-23 16:29:54Z tiran $' __revision__ = '$Id: text_pre_to_html.py 3658 2005-02-23 16:29:54Z tiran $'
......
from Products.PortalTransforms.interfaces import ITransform from Products.PortalTransforms.interfaces import ITransform
from zope.interface import implementer from zope.interface import implementer
from DocumentTemplate.DT_Util import html_quote from DocumentTemplate import html_quote
__revision__ = '$Id: text_to_html.py 4787 2005-08-19 21:43:41Z dreamcatcher $' __revision__ = '$Id: text_to_html.py 4787 2005-08-19 21:43:41Z dreamcatcher $'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment