Skip to content

Commit

Permalink
Merge pull request #16 from plone/maurits-zope5-compat
Browse files Browse the repository at this point in the history
Fixed ModuleNotFoundError: No module named 'App.class_init' on Zope 5.
  • Loading branch information
jensens authored Feb 14, 2020
2 parents 3a006a5 + 8793ca7 commit b947e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion five/intid/intid.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from Acquisition import Explicit
from App.class_init import InitializeClass
from AccessControl.class_init import InitializeClass
from zope.component import getAllUtilitiesRegisteredFor
from zope.event import notify
from zope.interface import implementer
Expand Down
2 changes: 2 additions & 0 deletions news/15.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed ModuleNotFoundError: No module named 'App.class_init' on Zope 5.
[maurits]

0 comments on commit b947e69

Please sign in to comment.