-
Dylan Trotter authored
Modules being imported are now detected at compile time. So it's possible to determine whether "from x import y" is importing module y or a member y of module x. This change uses this capability to choose whether to import a module or a member. This fixes https://github.com/google/grumpy/issues/99
a9b0a7b0