3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

fixed python compatibility issues

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-28 22:58:54 -07:00
parent d909852e99
commit 9a04ab11a7
2 changed files with 2 additions and 2 deletions

View file

@ -335,7 +335,7 @@ def mk_dotnet():
dotnet.write(' }\n')
DotnetUnwrapped = { 'Z3_del_context' }
DotnetUnwrapped = [ 'Z3_del_context' ]
def mk_dotnet_wrappers():
global Type2Str