From 1b07109e5171d3ffba0bb6150718f616c756d853 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 10 Oct 2016 17:01:51 +0200 Subject: [PATCH] Removed deprecated code --- python/obitools3/obidms/_obidms.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/python/obitools3/obidms/_obidms.pyx b/python/obitools3/obidms/_obidms.pyx index 7b3cee3..db0fcf9 100644 --- a/python/obitools3/obidms/_obidms.pyx +++ b/python/obitools3/obidms/_obidms.pyx @@ -78,7 +78,6 @@ from .capi.obiview cimport Obiview_p, \ QUALITY_COLUMN from libc.stdlib cimport malloc -from cpython.pycapsule cimport PyCapsule_New, PyCapsule_GetPointer cdef class OBIDMS_column :