Skip to content

Commit

Permalink
- Change some imports to prevent DeprecationWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 12, 2020
1 parent 46010f7 commit 1592d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog
----------------
- Fix linting

- Change some imports to prevent DeprecationWarnings


3.0 (2019-05-20)
----------------
Expand Down
2 changes: 1 addition & 1 deletion src/Products/MIMETools/MIMETag.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

import six

from DocumentTemplate._DocumentTemplate import render_blocks
from DocumentTemplate.DT_String import String
from DocumentTemplate.DT_Util import Eval
from DocumentTemplate.DT_Util import ParseError
from DocumentTemplate.DT_Util import parse_params
from DocumentTemplate.DT_Util import render_blocks


if six.PY2:
Expand Down

0 comments on commit 1592d33

Please sign in to comment.