3
0
Fork 0
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:
Andrew Dutcher 2016-09-14 01:33:07 -07:00
parent 9f77759cd6
commit fa6cc19184
9 changed files with 27 additions and 17 deletions

View file

@ -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