diff options
Diffstat (limited to 'contrib/tools/cython/Cython/Includes/Deprecated/python_mapping.pxd')
-rw-r--r-- | contrib/tools/cython/Cython/Includes/Deprecated/python_mapping.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/cython/Cython/Includes/Deprecated/python_mapping.pxd b/contrib/tools/cython/Cython/Includes/Deprecated/python_mapping.pxd index bbd90d0e2a..cd01bee015 100644 --- a/contrib/tools/cython/Cython/Includes/Deprecated/python_mapping.pxd +++ b/contrib/tools/cython/Cython/Includes/Deprecated/python_mapping.pxd @@ -1,2 +1,2 @@ # Present for backwards compatibility -from cpython.mapping cimport * +from cpython.mapping cimport * |