summaryrefslogtreecommitdiffstats
path: root/subcmds/stage.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-03 22:01:41 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-03 22:10:26 +0900
commitf385d0ca09cf5076d602b6d585c1f06e84b757fe (patch)
treeaef8aa8cd2b18dda2e608130d7340db47c234241 /subcmds/stage.py
parenta8864fba9fd21f412cd0e2c6e072deeb204049bb (diff)
downloadgit-repo-f385d0ca09cf5076d602b6d585c1f06e84b757fe.tar.gz
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
Diffstat (limited to 'subcmds/stage.py')
0 files changed, 0 insertions, 0 deletions