~aelkner/schooltool/january_fixes

« back to all changes in this revision

Viewing changes to src/schooltool/relationship/objectevents.py

  • Committer: Gediminas Paulauskas
  • Date: 2009-12-30 17:38:37 UTC
  • mfrom: (2532.1.44 schooltool_makefile)
  • Revision ID: menesis@pov.lt-20091230173837-tbvd13wlmvvochmo
Port to Zope versions available in Karmic (LP: #498803)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
others) that update relationships on these changes.
28
28
"""
29
29
 
 
30
from zope.container.contained import getProxiedObject
30
31
from zope.app.container.interfaces import IObjectRemovedEvent
31
 
from zope.app.container.contained import getProxiedObject
32
32
from zope.lifecycleevent.interfaces import IObjectCopiedEvent
33
33
 
34
34
from schooltool.relationship.interfaces import IRelationshipLinks