imjoey / pyhaproxy

Python library to parse haproxy configurations
MIT License
54 stars 21 forks source link

`print` is missing brackets.. #17

Closed jennifer-bellizzi closed 7 years ago

jennifer-bellizzi commented 7 years ago

Due to prints missing brackets mainly in render.py and pegnode.py the module does not work with Python 3.

kszczepek commented 7 years ago

+1

imjoey commented 7 years ago

@jennifer-bellizzi @kszczepek I did not test the framework with PY3. I checked that the print clause makes nonsense. So I will remove the print clauses in these two files.