Commit 9ad70ba2 authored by Benoît Coste's avatar Benoît Coste
Browse files

Uncomment code

commented for testing purposes
parent f76ab227
...@@ -34,10 +34,10 @@ def main(): ...@@ -34,10 +34,10 @@ def main():
(tag.interpreter, tag.abi, tag.platform) if not isinstance(tag, tuple) else tag (tag.interpreter, tag.abi, tag.platform) if not isinstance(tag, tuple) else tag
for tag in get_supported() for tag in get_supported()
} }
# for fname in sys.argv[1:]: for fname in sys.argv[1:]:
# tags = set(tags_for(fname)) tags = set(tags_for(fname))
# if supported.intersection(tags): if supported.intersection(tags):
# print(fname) print(fname)
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment