Show More
@@ -473,6 +473,9 b' class proxyvfs(abstractvfs):' | |||||
473 | def __init__(self, vfs): |
|
473 | def __init__(self, vfs): | |
474 | self.vfs = vfs |
|
474 | self.vfs = vfs | |
475 |
|
475 | |||
|
476 | def _auditpath(self, path, mode): | |||
|
477 | return self.vfs._auditpath(path, mode) | |||
|
478 | ||||
476 | @property |
|
479 | @property | |
477 | def options(self): |
|
480 | def options(self): | |
478 | return self.vfs.options |
|
481 | return self.vfs.options |
General Comments 0
You need to be logged in to leave comments.
Login now