From 6b3cc5a8ae4aa6fec7423328a17cec92f3e3f7d7 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sun, 22 Jan 2012 01:33:37 -0800 Subject: Rename many of the pyrex_ options to cython_ (as several are Cython-specific). --- Cython/Compiler/MemoryView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cython/Compiler/MemoryView.py') diff --git a/Cython/Compiler/MemoryView.py b/Cython/Compiler/MemoryView.py index ef94974c1..5b89b2268 100644 --- a/Cython/Compiler/MemoryView.py +++ b/Cython/Compiler/MemoryView.py @@ -928,4 +928,4 @@ cython_array_utility_code = load_memview_cy_utility( # "MemviewFromSlice", # context=context, # requires=[view_utility_code], -# ) \ No newline at end of file +# ) -- cgit v1.2.1