Update tf-gen-index.py

This commit is contained in:
Xavier Yao 2017-03-25 08:27:13 +08:00 committed by GitHub
parent 1b37eddbb3
commit 29b269e837

View File

@ -22,6 +22,7 @@ def generate_fileindex(filelist):
pythons = { pythons = {
'linux': set([]), 'linux': set([]),
'mac': set([]), 'mac': set([]),
'windows': set([])
} }
pkglist = [] pkglist = []