mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fix: port doc/ldif2dot-0.1.py to python3 for black
This commit is contained in:
parent
7a46e1499d
commit
f1010fb8a3
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