diff pytouhou/lib/sdl.pxd @ 607:9dbc234ea087

Actually compile under 3.x feature level.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 26 Nov 2014 13:37:07 +0100
parents 19d930f9e3f0
children 73f134f84c7f
line wrap: on
line diff
--- a/pytouhou/lib/sdl.pxd
+++ b/pytouhou/lib/sdl.pxd
@@ -12,7 +12,7 @@
 ## GNU General Public License for more details.
 ##
 
-from _sdl cimport *
+from ._sdl cimport *
 
 
 cdef SDL_GLattr GL_CONTEXT_MAJOR_VERSION