mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Transform a python 2 print to python3
This commit is contained in:
parent
e7d661aa80
commit
5b500f3498
1 changed files with 1 additions and 1 deletions
|
@ -200,4 +200,4 @@ if __name__ == '__main__':
|
|||
else:
|
||||
name = '<stdin>'
|
||||
file = sys.stdin
|
||||
print Converter().parse(file, name)
|
||||
print(Converter().parse(file, name))
|
||||
|
|
Loading…
Add table
Reference in a new issue