decorators: Replace 'FunctionMaker' with a simple function
commit5d00b999747a538b01316c180f0da0f23e65508e
authorDavid Aguilar <davvid@gmail.com>
Mon, 14 Jun 2010 22:41:33 +0000 (14 15:41 -0700)
committerDavid Aguilar <davvid@gmail.com>
Mon, 14 Jun 2010 22:41:33 +0000 (14 15:41 -0700)
tree34b557832c5e869f703e2a7c4b9a23d964f44171
parent3dce4c97322d208421a0d786968f4b0d89add17b
decorators: Replace 'FunctionMaker' with a simple function

We don't need any of the function signature-mangling features
so let's just rewrite this code.  This is also faster since it
no longer needs the 're' and 'inspect' modules.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/decorators.py