MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
68 stars 30 forks source link

PEP8 and some comments/user guidance #104

Closed brainwane closed 10 years ago

brainwane commented 10 years ago

I ran pep8 to guide me in fixing up several of the backends (indentation, whitespace, replacing == True with is True in several spots, replacing .has_key(id) with id in because the former is deprecated, and similar). I also added a little guidance via comments/docstrings/User Manual/README regarding requirements and deprecations.