From: Lisandro Dalcin Date: Thu, 5 Feb 2009 20:14:54 +0000 (-0200) Subject: runtests with refnanny does not need ctypes anymore X-Git-Tag: 0.11.rc~93^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5af6d31a4871f62ed15961a4c17ec152ab89892b;p=cython.git runtests with refnanny does not need ctypes anymore --- 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"))