From 5af6d31a4871f62ed15961a4c17ec152ab89892b Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Thu, 5 Feb 2009 18:14:54 -0200 Subject: [PATCH] runtests with refnanny does not need ctypes anymore --- runtests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runtests.py b/runtests.py index ac3264c2..8e8925e1 100644 --- a/runtests.py +++ b/runtests.py @@ -554,7 +554,6 @@ if __name__ == '__main__': if options.with_refnanny: from pyximport.pyxbuild import pyx_to_dll - import ctypes libpath = pyx_to_dll(os.path.join("Cython", "Runtime", "refnanny.pyx"), build_in_temp=True, pyxbuild_dir=os.path.join(WORKDIR, "support")) -- 2.26.2