Python 3-ing
Open
bug
- Dominant language
- Python
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
2008 has come and gone and it's time to get with the program. We only support Python 2, but every file should start with at least:
```
from __future__ import division, absolute_import, print_function
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.