Skip to content

Commit

Permalink
Make autogen test work
Browse files Browse the repository at this point in the history
  • Loading branch information
Du Toit Spies committed Nov 30, 2023
1 parent a203a9e commit 7ceb238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpy/tools/autogen/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pycparser
from pycparser import c_ast
from pycparser.c_generator import CGenerator
from distutils.sysconfig import get_config_var
from sysconfig import get_config_var
from .conf import SPECIAL_CASES, RETURN_CONSTANT

PUBLIC_API_H = py.path.local(__file__).dirpath('public_api.h')
Expand Down

0 comments on commit 7ceb238

Please sign in to comment.