Commit Graph

6 Commits

Author SHA1 Message Date
Claudiu Popa
d87a6cd3ea Remove BaseComponent and additional attributes and methods
The BaseComponent's arguments weren't actually used and by removing
them, a bunch of other methods were removed as well.
2015-10-16 16:22:59 +03:00
Claudiu Popa
58496b326a Simplify the code a little bit by using enumerate instead of a range and len combination. 2015-10-15 19:29:55 +03:00
Claudiu Popa
ad456523e2 Use the u'' prefix throught text writer. 2015-10-15 19:22:54 +03:00
Claudiu Popa
ba50642148 Use enumerate instead of range. 2015-10-15 19:21:48 +03:00
Claudiu Popa
7fafa3a64b Remove unused nodes and corresponding visit methods. 2015-10-15 19:15:41 +03:00
Claudiu Popa
3feb461aad Bring logilab-common's ureports into pylint.reporters.
With this change, we moved away from depending on logilab-common,
having in Pylint all the components that were used from logilab-common.
The API should be considered an implementation detail and can change at
some point in the future.
Closes issue #621.
2015-09-05 15:24:35 +03:00