From: Stefan Behnel Date: Fri, 5 Mar 2010 14:24:14 +0000 (+0100) Subject: remove left-over X-Git-Tag: 0.13.beta0~2^2~102^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83656fa5906b76af361e904cd1217f1c86959446;p=cython.git remove left-over --- diff --git a/runtests.py b/runtests.py index 0852d164..daff5a0e 100644 --- a/runtests.py +++ b/runtests.py @@ -881,7 +881,6 @@ if __name__ == '__main__': 'pyregr')) if options.xml_output_dir: - sys.path.append('.') from Cython.Tests.xmlrunner import XMLTestRunner test_runner = XMLTestRunner(output=options.xml_output_dir, verbose=options.verbosity > 0)