Now using classes, not modules, to implement local integrations.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 3 Apr 2011 00:38:02 +0000 (00:38 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 3 Apr 2011 00:38:02 +0000 (00:38 +0000)
commit4426f62ce8a05e28003197ee8873263e4b7af768
tree0dd106228c624048826d230640345fa59dae7ddd
parent15bc83a203eceba7c26de7670f0f1a1c9c7c174b
Now using classes, not modules, to implement local integrations.

This is a rather big change, structurally, that lets us define integrations
naturally in terms of other integrations. For example, UWindsor is now a
subclass of EvergreenSite; the code which is Windsor-specific isn't mingled
with the general Evergreen stuff.

There are still many Leddy/Windsor-isms (and Evergreen-isms) throughout the
codebase that need to be sorted out into new integration functions.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1303 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/TODO
conifer/integration/evergreen_site.py [new file with mode: 0644]
conifer/integration/uwindsor.py
conifer/local_settings.py.example
conifer/plumbing/hooksystem.py
conifer/syrup/integration.py
conifer/syrup/models.py