]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix some pylint warnings.
authorYong Sheng Gong <gongysh@cn.ibm.com>
Fri, 25 May 2012 12:10:07 +0000 (20:10 +0800)
committerYong Sheng Gong <gongysh@cn.ibm.com>
Fri, 25 May 2012 22:15:20 +0000 (06:15 +0800)
commitd2a21ec921e4158a4fa7573c3d7541d92157dd52
tree5e598146b9b650b85d6cc46b2e203fd70b61c7b0
parent686982198c146e7c982da175532eeabbd6379a60
fix some pylint warnings.

1. Parent class should have instance variables used in its method(s).
2. remove some unused imports
Patch 2: fix according to comments
Patch 4: fix problem under pep8 1.1
Change-Id: Iafd89a6017b30484fb8da50219be6b4ae073f083
13 files changed:
quantum/api/__init__.py
quantum/api/api_common.py
quantum/api/attachments.py
quantum/api/networks.py
quantum/api/ports.py
quantum/api/versions.py
quantum/common/utils.py
quantum/extensions/extensions.py
quantum/plugins/cisco/db/api.py
quantum/service.py
quantum/tests/unit/extensions/foxinsocks.py
quantum/tests/unit/test_extensions.py
quantum/wsgi.py