Support module member import. Fix #99.
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
Showing
Please register or sign in to comment