Commit Graph

6 Commits

Author SHA1 Message Date
Claudiu Popa
4fe6bc4dcd Cleanup pylint issues
This changeset also brings a couple of changes:

   * rrheaders and rcheaders are dropped from html_writer.Table's constructor.
     They weren't used at all and it was dead code. This simplified some
     if statements.

   * _is_attribute_property is used to look for a property assignment
     instead on relying on a different implementation.
2015-11-21 19:42:08 +02:00
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