File tree Expand file tree Collapse file tree 4 files changed +7
-69
lines changed Expand file tree Collapse file tree 4 files changed +7
-69
lines changed Original file line number Diff line number Diff line change 22"""Init and utils."""
33from 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" )
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
3- from collective .big .bang .interface import IDarwinStartedEvent
3+ from collective .big .bang .interfaces import IDarwinStartedEvent
44from zope .interface import implementer
55from zope .lifecycleevent import ObjectModifiedEvent
66
Original file line number Diff line number Diff line change 55
66class IDarwinStartedEvent (IObjectModifiedEvent ):
77 """
8- Site is created an admin password updated.
8+ After site is created and admin password updated.
99 """
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments