Description
Need to move
class InitializingObject(object):
"""This allows definition of a method which is invoked by the container after an object has had all properties set."""
def after_properties_set(self):
pass
from springpython.factory over to springpython.context.