mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 01:16:15 +00:00
Merge branch 'fix-mk_util_py' of https://github.com/cao/z3 into cao-tabs
# Conflicts: # scripts/mk_util.py
This commit is contained in:
commit
aa1692370d
1 changed files with 17 additions and 19 deletions
|
@ -8,7 +8,6 @@
|
||||||
############################################
|
############################################
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import glob
|
|
||||||
import re
|
import re
|
||||||
import getopt
|
import getopt
|
||||||
import shutil
|
import shutil
|
||||||
|
@ -17,7 +16,6 @@ from fnmatch import fnmatch
|
||||||
import distutils.sysconfig
|
import distutils.sysconfig
|
||||||
import compileall
|
import compileall
|
||||||
import subprocess
|
import subprocess
|
||||||
import string
|
|
||||||
|
|
||||||
def getenv(name, default):
|
def getenv(name, default):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue