1config.suffixes.add('.py')
2
3if not config.enable_bindings_python:
4  config.unsupported = True
5