cinder/tools
Xing Yang e516f9af83 Ignore pylint error 'hashlib' has no shaxxx member
The following pylint error was found:

cinder/backup/drivers/swift.py:486: [E1101, SwiftBackupDriver.backup]
Module 'hashlib' has no 'sha256' member

Affected patch:
https://review.openstack.org/#/c/110068/

A similar pylint error "Module 'hashlib' has no 'sha224' member"
was also generated.

However, both 'sha256' and 'sha224' are functions in 'hashlib'.  So
these errors should be ignored.

Change-Id: I84690813b6c6a15e661e27acdf97149996951978
2014-08-29 12:18:06 -04:00
..
config Use auth_token from keystonemiddleware 2014-08-06 18:30:51 +10:00
colorizer.py Remove vim header 2013-12-30 18:53:02 -06:00
enable-pre-commit-hook.sh Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
install_venv.py Remove vim header 2013-12-30 18:53:02 -06:00
install_venv_common.py Remove vim header 2013-12-30 18:53:02 -06:00
lintstack.py Ignore pylint error 'hashlib' has no shaxxx member 2014-08-29 12:18:06 -04:00
lintstack.sh Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
with_venv.sh Fix up the test framework 2013-06-14 14:02:17 +00:00