fix: port doc/ldif2dot-0.1.py to python3 for black

This commit is contained in:
Laurent Peuch 2024-03-07 01:45:38 +01:00
parent 7a46e1499d
commit f1010fb8a3

View file

@ -200,4 +200,4 @@ if __name__ == '__main__':
else:
name = '<stdin>'
file = sys.stdin
print Converter().parse(file, name)
print(Converter().parse(file, name))