##// END OF EJS Templates
filecache: fix check-code complaint
Matt Mackall -
r14937:0b3e57c1 default
parent child Browse files
Show More
@@ -74,7 +74,8 b' def fakeuncacheable():'
74 pass
74 pass
75
75
76 originit = extensions.wrapfunction(util.cachestat, '__init__', wrapinit)
76 originit = extensions.wrapfunction(util.cachestat, '__init__', wrapinit)
77 origcacheable = extensions.wrapfunction(util.cachestat, 'cacheable', wrapcacheable)
77 origcacheable = extensions.wrapfunction(util.cachestat, 'cacheable',
78 wrapcacheable)
78
79
79 try:
80 try:
80 os.remove('x')
81 os.remove('x')
General Comments 0
You need to be logged in to leave comments. Login now