alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Please unbundle six.py #23

Closed jonathanunderwood closed 9 years ago

jonathanunderwood commented 9 years ago

During the Fedora package review it was noted that six.py from http://pypi.python.org/pypi/six/ is bundled in importmagic. A diff between the two files shows that the version in importmagic is behind that of the upstream six project. It would be much better practice to remove the bundled six.py and have importmagic require the upstream six project.

alecthomas commented 9 years ago

I prefer to leave it in so that importmagic is dependency free.