mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
Merge branch 'cao-tabs'
This commit is contained in:
commit
4f50c28c35
|
@ -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…
Reference in a new issue