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

`import numpyas np` bug #31

Closed kootenpv closed 8 years ago

kootenpv commented 8 years ago

I turned it off because it was making

import numpy as np

into

import numpyas np

Which is not workable.

ChillarAnand commented 8 years ago

This bug in fixed in latest version. Please use importmagic==0.1.5

kootenpv commented 8 years ago

Cool, I was hoping so! Really looking forward to switch importmagic functionality back on.

kootenpv commented 8 years ago

Fixed.