We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015715f commit 7c32fb9Copy full SHA for 7c32fb9
src/collective/big/bang/__init__.py
@@ -2,5 +2,10 @@
2
"""Init and utils."""
3
from zope.i18nmessageid import MessageFactory
4
5
+import sys
6
+from collective.big.bang import interfaces
7
+
8
+sys.modules['collective.big.bang.interface'] = interfaces
9
10
11
_ = MessageFactory("collective.big.bang")
0 commit comments