Exemplo n.º 1
0
 def _fix_ts(self):
     for match in self.matches:
         for path in self._files[match]:
             shell.touch(path)
Exemplo n.º 2
0
 def _fix_ts(self):
     for match in self.matches:
         for path in self._files[match]:
             shell.touch(path)