perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Fixed a small error that prevented Stallion from starting in newer versions of Python 3 #59

Closed thgcode closed 6 years ago

thgcode commented 7 years ago

The error occurs because the "reload" function was moved to the imp module.

intika commented 6 years ago

amazing it works thanks