mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Adjust imports so z3.z3 is still available in python3 (#5079)
This commit is contained in:
parent
38737db802
commit
957d7bfe35
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
from .z3 import *
|
||||
from . import z3
|
||||
from z3 import *
|
||||
|
||||
from . import z3num
|
||||
from . import z3poly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue