From 83656fa5906b76af361e904cd1217f1c86959446 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 5 Mar 2010 15:24:14 +0100 Subject: [PATCH] remove left-over --- runtests.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.26.2