1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-01-23 07:01:41 +00:00
stackdump/python/packages/sqlobject/include/pydispatch
2011-09-11 14:29:39 +10:00
..
__init__.py Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00
dispatcher.py Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00
errors.py Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00
README.txt Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00
robust.py Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00
robustapply.py Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00
saferef.py Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00

This is from PyDispatcher <http://pydispatcher.sf.net>

It was moved here because installation of PyDispatcher conflicts with
RuleDispatch (they both use the dispatch top-level module), and I
thought it would be easier to just put it here.  Also, PyDispatcher is
small and stable and doesn't need updating often.

If the name conflict is resolved in the future, this package can go
away.