Re: [openstack-dev] [cinder]pylint errors with hashlib

2014-08-29 Thread Ivan Kolodyazhny
Already done by xing-yang: https://review.openstack.org/#/c/117685/. Thanks for raising this topic. Regards, Ivan Kolodyazhny, Software Engineer, Mirantis Inc. On Fri, Aug 29, 2014 at 7:40 AM, John Griffith john.griff...@solidfire.com wrote: On Mon, Aug 25, 2014 at 8:47 PM, Clark Boylan

Re: [openstack-dev] [cinder]pylint errors with hashlib

2014-08-28 Thread John Griffith
On Mon, Aug 25, 2014 at 8:47 PM, Clark Boylan cboy...@sapwetik.org wrote: On Mon, Aug 25, 2014, at 06:45 PM, Murali Balcha wrote: Pylint on my patch is failing with the following error: Module 'hashlib' has no 'sha256' Cinder pylint already has following exceptions,

Re: [openstack-dev] [cinder]pylint errors with hashlib

2014-08-25 Thread Clark Boylan
On Mon, Aug 25, 2014, at 06:45 PM, Murali Balcha wrote: Pylint on my patch is failing with the following error: Module 'hashlib' has no 'sha256' Cinder pylint already has following exceptions, pylint_exceptions:[Instance of 'sha1' has no 'update' member, ] pylint_exceptions:[Module