Skip to content

Commit

Permalink
Fixed ModuleNotFoundError: No module named 'App.class_init' on Zope 5.
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
mauritsvanrees committed Feb 12, 2020
1 parent 3a006a5 commit 8793ca7
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 8793ca7

Please sign in to comment.