decorators: expose the cache for testing purposes
commit1075dffb3b59d14351c1b082be9035fea1b51627
authorDavid Aguilar <davvid@gmail.com>
Tue, 25 Aug 2015 08:09:38 +0000 (25 01:09 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 25 Aug 2015 08:09:38 +0000 (25 01:09 -0700)
tree066da0b84e4d60ee864f88caac234d4cffb871ce
parente25b8a486e7364847089a6d5e31c13b7f8e71353
decorators: expose the cache for testing purposes

Expose the original function so that we can clear its internal cache
from the unit tests.

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