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

Python 3.x issues

This commit is contained in:
Christoph M. Wintersteiger 2015-10-30 06:31:16 -07:00
parent 64fa2db3ff
commit 28ba92b298
3 changed files with 4 additions and 4 deletions

View file

@ -512,7 +512,7 @@ def dos2unix_tree_core(pattern, dir, files):
dos2unix(fname)
def dos2unix_tree():
os.path.walk('src', dos2unix_tree_core, '*')
os.walk('src', dos2unix_tree_core, '*')
def check_eol():
if not IS_WINDOWS: