aboutsummaryrefslogtreecommitdiffstats
path: root/bin/logwatcher.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python 2/3 compatibility issuestpavelchak2020-02-071-1/+3
| | | | | | | | | | | | | | - version bump 0.3.12 - upgrade `six, flake8` libs - fix `flake8` check issues - add import of `from __future__ import print_function` - fix params for `zsocket.setsockopt()` and `hashlib.sha1()` methods - use `range, map` functions from `six` - wrap result of `map, dict.keys(), dict.values()` functions in a list - fix `EMQdeque.__unicode__()` method for py2 support - fix using of exception messages - update integer division for support the same behavior in py3 as is in py2 - refactor using of `filter` function
* Update print, xrange and unicode functions for python 2/3 compatibilitytpavelchak2019-10-251-1/+1
|
* Update the pep8 goodness and test with circle and flake8jason2017-01-241-1/+1
|
* updatesjason2015-11-181-0/+16