17 Apr
2013
17 Apr
'13
3:59 p.m.
Hello all, I've been poking the dependencies of several zope packages and it appears that : zope.interface >= 4.0 contains IObjectEvent and its implementation ObjectEvent zope.component >= 4.0 contains import of IObjectEvent and ObjectEvent zope.lifecycleevent >= 4.0 imports IObjectEvent and ObjectEvent from zope.component, and doesn't import anything else from this package, only in the tests. We could free zope.lifecycleevent from the zope.component dependency, making it a test dependency only - Souheil