Show More
@@ -256,6 +256,9 b' class opener(abstractopener):' | |||||
256 | f.close() |
|
256 | f.close() | |
257 | self._fixfilemode(dst) |
|
257 | self._fixfilemode(dst) | |
258 |
|
258 | |||
|
259 | def audit(self, path): | |||
|
260 | self.auditor(path) | |||
|
261 | ||||
259 | class filteropener(abstractopener): |
|
262 | class filteropener(abstractopener): | |
260 | '''Wrapper opener for filtering filenames with a function.''' |
|
263 | '''Wrapper opener for filtering filenames with a function.''' | |
261 |
|
264 |
General Comments 0
You need to be logged in to leave comments.
Login now