Remove obsolete option now that import * works.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 11 Sep 2010 21:14:09 +0000 (14:14 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 11 Sep 2010 21:14:09 +0000 (14:14 -0700)
Cython/Compiler/CmdLine.py

index 6deb30db1d0f6c36e8a96019dcd66a83d77a36c1..529f335d7621e1002935d99de6fe5adac6da0611 100644 (file)
@@ -23,9 +23,6 @@ Options:
   -v, --verbose                  Be verbose, print file names on multiple compilation
   -p, --embed-positions          If specified, the positions in Cython files of each
                                  function definition is embedded in its docstring.
-  -z, --pre-import <module>      If specified, assume undeclared names in this 
-                                 module. Emulates the behavior of putting 
-                                 "from <module> import *" at the top of the file. 
   --cleanup <level>              Release interned objects on python exit, for memory debugging. 
                                  Level indicates aggressiveness, default 0 releases nothing. 
   -w, --working <directory>      Sets the working directory for Cython (the directory modules