3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-10 16:13:25 +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:
Christoph M. Wintersteiger 2015-10-19 15:35:14 +01:00
commit aa1692370d

View file

@ -8,7 +8,6 @@
############################################
import sys
import os
import glob
import re
import getopt
import shutil
@ -17,7 +16,6 @@ from fnmatch import fnmatch
import distutils.sysconfig
import compileall
import subprocess
import string
def getenv(name, default):
try: