-
Committer:
John Arbash Meinel
-
Date:
2006-09-11 22:09:06 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2004.
-
Revision ID:
john@arbash-meinel.com-20060911220906-41ee1e306aad0464
Handle 'from foo import bar' syntax
This includes:
from foo import bar
from foo import bar, baz
from foo import bar as bing, baz as bar