From a3729f15b9aec3cd3fe203f0a1988704b100cdc2 Mon Sep 17 00:00:00 2001 From: Marko Bencun <mbencun@gmail.com> Date: Sun, 8 Sep 2013 22:25:46 +0200 Subject: [PATCH] removed dependency on the old wrapper --- pyopencl/cffi_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/cffi_cl.py b/pyopencl/cffi_cl.py index f38364d9..a39a467e 100644 --- a/pyopencl/cffi_cl.py +++ b/pyopencl/cffi_cl.py @@ -1,4 +1,4 @@ -from pyopencl._cl import PooledBuffer, MemoryPool +#from pyopencl._cl import PooledBuffer, MemoryPool from _cffi import _ffi, _lib import warnings -- GitLab