Skip to content

Commit 7c32fb9

Browse files
committed
backward compat
1 parent 015715f commit 7c32fb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/collective/big/bang/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"""Init and utils."""
33
from zope.i18nmessageid import MessageFactory
44

5+
import sys
6+
from collective.big.bang import interfaces
7+
8+
sys.modules['collective.big.bang.interface'] = interfaces
9+
510

611
_ = MessageFactory("collective.big.bang")

0 commit comments

Comments
 (0)