Remove getCallback indirection in modules
commit40ad7946f67422ba2ae1ae24bc78a34a28ed2ea0
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 6 Jun 2009 18:29:09 +0000 (6 20:29 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 6 Jun 2009 18:36:37 +0000 (6 20:36 +0200)
tree7db5b9b37ac67b760b24998277eaf8c52062a179
parent66f85e1a14259d3e46c6eb1a99b8e1db15a276fb
Remove getCallback indirection in modules

Instead, assume that the imported module contains the Callback class
that was previously returned by getCallback. This is done to prevent
a circular import (caused by the __init__ importing a submodule).
app/settings.py
app/soc/modules/core.py
app/soc/modules/soc_core/__init__.py