Make scripts compatible with Python 3 // Resolve #2779

This commit is contained in:
Ivan Kravets
2019-07-12 13:38:37 +03:00
parent 5e73348263
commit 91f0217d39
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ from sys import exit as sys_exit
def fix_symlink(root, fname, brokenlink):
print root, fname, brokenlink
print(root, fname, brokenlink)
prevcwd = getcwd()
chdir(root)