Merge lp:~rackspace-titan/nova/pylint-issues-ameade into lp:~hudson-openstack/nova/trunk
Proposed by
Alex Meade
Status: | Merged |
---|---|
Approved by: | Devin Carlen |
Approved revision: | 1156 |
Merged at revision: | 1162 |
Proposed branch: | lp:~rackspace-titan/nova/pylint-issues-ameade |
Merge into: | lp:~hudson-openstack/nova/trunk |
Diff against target: |
227 lines (+21/-49) 10 files modified
nova/api/direct.py (+1/-1) nova/api/ec2/admin.py (+0/-4) nova/api/openstack/extensions.py (+2/-2) nova/api/openstack/views/limits.py (+0/-9) nova/db/sqlalchemy/api.py (+1/-1) nova/db/sqlalchemy/models.py (+1/-0) nova/tests/xenapi/stubs.py (+2/-16) nova/twistd.py (+3/-3) nova/utils.py (+10/-8) nova/virt/xenapi/fake.py (+1/-5) |
To merge this branch: | bzr merge lp:~rackspace-titan/nova/pylint-issues-ameade |
Related bugs: | |
Related blueprints: |
Improve Pylint Scores
(Low)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Lamar (community) | Approve | ||
Devin Carlen (community) | Approve | ||
Josh Kearney (community) | Approve | ||
Review via email:
|
Description of the change
Cleaned up some of the larger pylint errors. Set to ignore some lines that pylint just couldn't understand.
To post a comment you must log in.
Can you give a brief explanation on why the move from super() calls to explicit __init__ calls? Also, remove commented code. Thanks!