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

Update all classes to new-style #109

Open brainwane opened 10 years ago

brainwane commented 10 years ago

As part of issue #39 , it would be nice to make the classes more consistent. Right now, some are old-style Python classes and some are new-style (inheriting from object). For instance, the Config class is old-style.