Allow plugins to inherit from other plugins
commit9c5f1c380e19693532b426fa4a47cbeef1115b4a
authorSteven Walter <swalter@lpdev.prtdev.lexmark.com>
Mon, 4 Aug 2008 18:05:57 +0000 (4 14:05 -0400)
committerSteven Walter <swalter@lpdev.prtdev.lexmark.com>
Tue, 5 Aug 2008 12:32:01 +0000 (5 08:32 -0400)
tree508f1437340c76ec96023ef2dd41a2e6b72d709d
parentda38481527e35a7afd636841b421a7b6d6967786
Allow plugins to inherit from other plugins

When plugins inherit from other plugins, we need to simplify "bases" or else
python may not be able to derive an acceptable MRO.
yap/yap.py