Added pre-import option, which assumes all undeclared names come from the given module.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 11 Jul 2007 05:02:54 +0000 (22:02 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 11 Jul 2007 05:02:54 +0000 (22:02 -0700)
commit76750ffb814857172912905c407cfb80eccd73b1
treeae64f05358c53b5068d7d49c2976fa311a025b3b
parent4bce949481a51bce6fe1c1b740e3187a8b672db3
Added pre-import option, which assumes all undeclared names come from the given module.

Emulates behavior of

from <module> import *
Cython/Compiler/CmdLine.py
Cython/Compiler/Code.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Naming.py
Cython/Compiler/Options.py
Cython/Compiler/Symtab.py