filecache: fix check-code complaint
authorMatt Mackall <mpm@selenic.com>
Mon, 25 Jul 2011 12:58:47 -0500
changeset 14937 0b3e57c1b8c0
parent 14936 9dca7653b525
child 14938 ec18cd254156
filecache: fix check-code complaint
tests/test-filecache.py
--- 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')