- 
                Notifications
    You must be signed in to change notification settings 
- Fork 94
Open
Labels
Milestone
Description
Hey,
I'm interested in integrating reclass into an existing Python3 library, but there are some incompatibilities. Most of them seem rather easy to fix, like changing print to a function call (with from __future__ imports), using a leading dot for relative imports, and except Exception as e.
Is this something you've considered doing? Would you like a pull request for it?