Mercurial > hg-stable
diff tests/test-filecache.py @ 14937:0b3e57c1b8c0
filecache: fix check-code complaint
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 25 Jul 2011 12:58:47 -0500 |
parents | dca59d5be12d |
children | 4c01478991a3 |
line wrap: on
line diff
--- a/tests/test-filecache.py Mon Jul 25 15:08:57 2011 +0300 +++ b/tests/test-filecache.py Mon Jul 25 12:58:47 2011 -0500 @@ -74,7 +74,8 @@ pass originit = extensions.wrapfunction(util.cachestat, '__init__', wrapinit) - origcacheable = extensions.wrapfunction(util.cachestat, 'cacheable', wrapcacheable) + origcacheable = extensions.wrapfunction(util.cachestat, 'cacheable', + wrapcacheable) try: os.remove('x')