FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Python generator does not list the correct output files #395

Closed ajbennieston closed 6 years ago

ajbennieston commented 6 years ago

The Python generator module lists interop_py2.py and interop_py3.py as output files, but the actual outputs are _py2.py and _py3.py.

Fix the list of outputs to match reality.