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
..
2013-12-30 18:53:02 -06:00
2013-12-30 18:53:02 -06:00
2013-12-30 18:53:02 -06:00
2013-06-14 14:02:17 +00:00