Add pysawsim.manager.SUBMODS and .IsSubclass and .get_manager.
authorW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 06:49:17 +0000 (02:49 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 06:49:17 +0000 (02:49 -0400)
commit02989d7415a499dac181335358f6230ef00a2f1e
tree6f246669144b5771399b51be6abb88deb2efcab9
parent3b7a503f28b315ddaf28c28e6c1f3653cd490d5c
Add pysawsim.manager.SUBMODS and .IsSubclass and .get_manager.

IsSubclass is from my hooke.util.pluggable module.  get_manager() is
based on hooke.util.pluggable.submods() and .construct_odict().

.. _hooke: http://code.google.com/p/hooke/
pysawsim/manager/__init__.py