Skip to content

Commit

Permalink
try to fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Sep 28, 2024
1 parent fd13fd4 commit c942abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/autogen/interpreters/internal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def rebuild(dirname, force=False, interpreters=None, distribution=None):
_INTERPRETERS = [
getattr(
import_module(
".specs." + interpreter.lower(), package=__name__.rsplit(".", 1)[0]
".specs." + interpreter.lower(), package=__name__
),
interpreter + "Interpreter",
)
Expand Down

0 comments on commit c942abe

Please sign in to comment.