Run 2to3 utility

This commit is contained in:
Moritz Lell 2019-10-27 14:19:50 +01:00
commit 491040ea72
12 changed files with 26 additions and 26 deletions

View file

@ -16,7 +16,7 @@ def main():
cwd = os.getcwd()
for f in state.files():
if f.is_source():
print state.relpath(os.path.join(env.v.BASE, f.name), cwd)
print(state.relpath(os.path.join(env.v.BASE, f.name), cwd))
if __name__ == '__main__':