Skip to content
Snippets Groups Projects
Commit 7868ff5f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix Instruction -> Statement backward compatibility

parent a5b70a4b
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,5 @@ from warnings import warn
warn("pymbolic.imperative.instruction was imported. This has been renamed "
"to pymbolic.imperative.statement", DeprecationWarning, stacklevel=1)
from pymbolic.imperative.instruction import ( # noqa: F401
from pymbolic.imperative.statement import ( # noqa: F401
Instruction, ConditionalInstruction, Assignment, Nop)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment