]> code.ossystems Code Review - openembedded-core.git/commit
oe.classutils: add module
authorChris Larson <chris_larson@mentor.com>
Tue, 29 Mar 2011 21:59:22 +0000 (14:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:53:13 +0000 (13:53 +0100)
commit6a46c375bea03b145bea41ec29ae2fd4d3cd9db6
tree27126b838c274d94c645d76ec2f9ccd59d322834
parent1c8c893864afd91d4a0e5858bfe44ae9a4b33cef
oe.classutils: add module

This adds a ClassRegistry utility metaclass, as maintaining a class registry
is a fairly common thing to do.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
meta/lib/oe/classutils.py [new file with mode: 0644]