Fix leak in try-break.
[cython.git] / runtests.py
index ac3264c2ed02475954353508acaca4bb802a282f..8e8925e1deefda6157df2d9afd19727ee401eda7 100644 (file)
@@ -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"))