Skip to content

Commit b09c11f

Browse files
committed
Plone 6 compatibility
1 parent 6b42372 commit b09c11f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Changelog
44
2.1.1 (unreleased)
55
------------------
66

7-
- Nothing changed yet.
7+
- Plone 6 compatibility.
8+
[cekk]
89

910

1011
2.1.0 (2023-05-31)

src/redturtle/chefcookie/transformers/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from zope.component import getMultiAdapter
1313
from zope.component import getUtility
1414
from zope.component import queryMultiAdapter
15-
from zope.component.interfaces import ComponentLookupError
15+
from zope.interface.interfaces import ComponentLookupError
1616
from zope.interface import implementer
1717
from zope.interface import Interface
1818

0 commit comments

Comments
 (0)