File indexing completed on 2024-05-19 05:42:35

0001 def accept(path):
0002     return '/quazip/' in path
0003 
0004 
0005 def process(path, addPkg):
0006     addPkg('quazip', None, None, None)
0007     return 'quazip'
0008