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:
parent
64fa2db3ff
commit
28ba92b298
3 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue