mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Moved python bindings into package
This commit is contained in:
parent
9f77759cd6
commit
fa6cc19184
9 changed files with 27 additions and 17 deletions
|
@ -1600,8 +1600,8 @@ def write_core_py_preamble(core_py):
|
|||
core_py.write('# Automatically generated file\n')
|
||||
core_py.write('import sys, os\n')
|
||||
core_py.write('import ctypes\n')
|
||||
core_py.write('from z3types import *\n')
|
||||
core_py.write('from z3consts import *\n')
|
||||
core_py.write('from .z3types import *\n')
|
||||
core_py.write('from .z3consts import *\n')
|
||||
core_py.write(
|
||||
"""
|
||||
_lib = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue