##// END OF EJS Templates
vfs: raise NotImplementedError in abstractvfs._auditvfs...
Boris Feld -
r41127:e0d00ec2 default
parent child Browse files
Show More
@@ -47,7 +47,7 class abstractvfs(object):
47 raise NotImplementedError('attempted instantiating ' + str(type(self)))
47 raise NotImplementedError('attempted instantiating ' + str(type(self)))
48
48
49 def _auditpath(self, path, mode):
49 def _auditpath(self, path, mode):
50 pass
50 raise NotImplementedError
51
51
52 def tryread(self, path):
52 def tryread(self, path):
53 '''gracefully return an empty string for missing files'''
53 '''gracefully return an empty string for missing files'''
General Comments 0
You need to be logged in to leave comments. Login now