More merging
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 26 Apr 2008 19:16:53 +0000 (12:16 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 26 Apr 2008 19:16:53 +0000 (12:16 -0700)
1  2 
Cython/Compiler/CmdLine.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py

Simple merge
Simple merge
index ef742ed14632a47d79f2ddf030aa2ceec8b71e10,f88925b272357a8caf7917d6b164a2cb314e1947..d7cc583e0249e50bb4f524ad7f7d567782b76c7b
@@@ -327,9 -327,7 +327,9 @@@ def main(command_line = 0)
          options = default_options
          sources = args
      if options.show_version:
-         print >>sys.stderr, "Cython version %s" % Version.version
+         sys.stderr.write("Cython version %s\n" % Version.version)
 +    if options.working_path!="":
 +        os.chdir(options.working_path)
      context = Context(options.include_path)
      for source in sources:
          try: