3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

Revert "Adjust imports so z3.z3 is still available in python3 (#5079)" (#5081)

This reverts commit 957d7bfe35.
This commit is contained in:
Nikolaj Bjorner 2021-03-05 15:26:00 -08:00 committed by GitHub
parent ea181fe8b2
commit e804f7743a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
from . import z3
from z3 import *
from .z3 import *
from . import z3num
from . import z3poly