##// END OF EJS Templates
filecache: make 'join' abstract...
Pierre-Yves David -
r31285:19376711 default
parent child Browse files
Show More
@@ -881,7 +881,7 b' class filecache(object):'
881 function to call the appropriate join function on 'obj' (an instance
881 function to call the appropriate join function on 'obj' (an instance
882 of the class that its member function was decorated).
882 of the class that its member function was decorated).
883 """
883 """
884 return obj.join(fname)
884 raise NotImplementedError
885
885
886 def __call__(self, func):
886 def __call__(self, func):
887 self.func = func
887 self.func = func
General Comments 0
You need to be logged in to leave comments. Login now