facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.11k stars 198 forks source link

Python3 Support #97

Closed za closed 6 years ago

za commented 6 years ago

Hi there. Do you support Python3?

modocache commented 6 years ago

I think the code is written such that it supports Python 3, for example there's #74 and #88. If you run into any issues when running with Python 3, please create an issue with the details of the problem, or open a pull request to fix the issue. Thanks!