David Pursehouse f385d0ca09 Disable warnings related to imports in pylint config
There are several modules that have imports to support various
versions of Python.  Pylint reports the following errors when
run in a version of Python that does not have the module or the
method/class in the module.

  F0401: Unable to import 'module'
  E0611: No name 'name' in module 'module'

Disable these warnings to reduce the noise on the output.

Change-Id: I97e7e2698bccb1e501a45a0869f97f90d54adfb7
2013-05-03 22:10:26 +09:00
2012-11-14 11:38:57 +09:00
2013-03-08 01:18:08 +00:00
2013-02-26 16:04:55 +09:00
2008-10-21 07:00:00 -07:00
2013-04-18 21:35:49 +05:30
2013-04-18 21:35:49 +05:30
2011-09-19 14:52:57 -07:00
2013-04-18 21:35:49 +05:30
2013-04-17 13:43:10 +05:30
Description
No description provided
Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%