File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 1212package_data = {'' : ['*.tmpl' ,
1313 '*.patch' , ], }
1414
15-
1615data_files = []
1716
18- # Include any patches under recipes
19- # recipes = {}
20- # recipes_allowed_ext = ('patch', )
21- # for root, subfolders, files in walk('pythonforandroid/recipes'):
22- # for fn in files:
23- # ext = fn.split('.')[-1].lower()
24- # if ext not in recipes_allowed_ext:
25- # continue
26- # filename = join(root, fn)
27- # # directory = '%s%s' % (data_file_prefix, dirname(filename))
28- # directory = root
29- # if not directory in recipes:
30- # recipes[directory] = []
31- # recipes[directory].append(filename)
32-
33- # print('recipes is', recipes)
34- # data_files = recipes.items()
35-
3617def recursively_include (results , directory , patterns ):
3718 for root , subfolders , files in walk (directory ):
3819 for fn in files :
You can’t perform that action at this time.
0 commit comments