Merge pull request #10 from xavieryao/patch-2

Update tf-gen-index.py
This commit is contained in:
huiyiqun 2017-03-24 19:28:39 -05:00 committed by GitHub
commit d995d4f606

View File

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