gluster / gluster-health-report

Gluster Health Report Tool
GNU Lesser General Public License v3.0
23 stars 20 forks source link

Python 3 support and Flake8 fixes #30

Closed aravindavk closed 6 years ago

aravindavk commented 6 years ago

python3 setup.py install will install the Python 3 version and python setup.py install will install Python 2 version.

Fixed flake8 issues reported by flake8 *.py and flake8-3 *.py

Fixes: #29