From: Robert Bradshaw Date: Sat, 26 Apr 2008 19:16:53 +0000 (-0700) Subject: More merging X-Git-Tag: 0.9.6.14~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c37a4543f193c468015463502aac5bb577e1e015;p=cython.git More merging --- c37a4543f193c468015463502aac5bb577e1e015 diff --cc Cython/Compiler/Main.py index ef742ed1,f88925b2..d7cc583e --- a/Cython/Compiler/Main.py +++ b/Cython/Compiler/Main.py @@@ -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: