bgreenlee / pygtail

Pygtail reads log file lines that have not been read. It will even handle log files that have been rotated. Based on logcheck's logtail2 (http://logcheck.org)
GNU General Public License v2.0
251 stars 79 forks source link

Python 3 compatibility #14

Closed benburry closed 9 years ago

benburry commented 9 years ago

Converts a print statement to the python 3 compatible print() function. Tests now pass.

bgreenlee commented 9 years ago

Thanks!