Beispiel #1
0
 def _callFUT(self, *arg, **kw):
     from pyramid.scaffolds.copydir import should_skip_file
     return should_skip_file(*arg, **kw)
Beispiel #2
0
 def _callFUT(self, *arg, **kw):
     from pyramid.scaffolds.copydir import should_skip_file
     return should_skip_file(*arg, **kw)