Commit Graph

5 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
f0f7b0546d Use unicode string. 2015-10-16 15:46:28 +03:00
Claudiu Popa
5b9d4b628a Rewrite the operation with a ternary if in order to be clearer. 2015-10-15 19:18:05 +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