Pylint for common/repomaker.py
authorLingchaox Xin <lingchaox.xin@intel.com>
Thu, 20 Jun 2013 02:36:09 +0000 (10:36 +0800)
committerLingchaox Xin <lingchaox.xin@intel.com>
Fri, 21 Jun 2013 07:44:47 +0000 (15:44 +0800)
commit93265e73671a451e8f497bb32a17cb3428cdc953
treeb9b98a1cc6c1379078615fb2a8964c608dceeb93
parente5ec5930c41f4af67727deb1ba0f7c9cba614f15
Pylint for common/repomaker.py

In hashlib module, md5, sha256 ... are defined dynamically according to
Openssl library availability in order to use the fastest available
implementation, but pylint can NOT understand it, so diable it.

Change-Id: I5f43625fe87aa0971a9a109258b6529c2ab9857f
common/repomaker.py