Skip to content

Commit

Permalink
Rename lua.pxd to luaapi.pxd to move it out of the way when compiling…
Browse files Browse the repository at this point in the history
… a lua.pyx main module.

Closes #218
  • Loading branch information
scoder committed Aug 14, 2022
1 parent c8e1954 commit f63d7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lupa/_lupa.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ from __future__ import absolute_import
cimport cython

from libc.string cimport strlen, strchr
from lupa cimport lua
from .lua cimport lua_State
from . cimport luaapi as lua
from .luaapi cimport lua_State

cimport cpython.ref
cimport cpython.tuple
Expand Down
File renamed without changes.

0 comments on commit f63d7f8

Please sign in to comment.