ahupp / python-magic

A python wrapper for libmagic
Other
2.6k stars 280 forks source link

Missing import #236

Closed troolee closed 3 years ago

troolee commented 3 years ago

This line fails once python gets there since glob is not imported:

https://github.com/ahupp/python-magic/blob/fc28c87e010eed27fce37615202280feebaa1fc0/magic/loader.py#L22

troolee commented 3 years ago

Close as a duplicate of https://github.com/ahupp/python-magic/issues/235