[IMP] tools.cache: removed unused variable.

bzr revid: vmt@openerp.com-20110826121639-irm0g0eh5yec1c88
This commit is contained in:
Vo Minh Thu 2011-08-26 14:16:39 +02:00
parent dad3528ab7
commit 174e25e66f
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ class dummy_cache(object):
def clear(self, *l, **kw):
pass
#ormcache = dummy_cache
cache = dummy_cache
if __name__ == '__main__':
class A():