diff options
author | Henry Gessau <HenryG@gessau.net> | 2016-11-03 20:07:48 -0400 |
---|---|---|
committer | Henry Gessau <HenryG@gessau.net> | 2016-11-04 20:49:13 -0400 |
commit | 7b277a1ba0ca2c602cf053163a8d1ed3c3aa9743 (patch) | |
tree | 2789cdf2f7356e3d4431f56d91d2e5160106d7ec /.pylintrc | |
parent | ac2b7b0592ea4a828ffcd5daa4ab60de86a83a86 (diff) | |
download | neutron-7b277a1ba0ca2c602cf053163a8d1ed3c3aa9743.tar.gz |
Remove last vestiges of oslo-incubator
This is a community goal for Ocata. We're already not using any of
the code, but there are some other files and references left over.
Partial-Bug: #1639103
Change-Id: I2afd263ddc480e2512e3be77a03ffe5ae16e17a5
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ ignore-iface-methods= [IMPORTS] # Deprecated modules which should not be used, separated by a comma deprecated-modules= -# should use openstack.common.jsonutils +# should use oslo_serialization.jsonutils json [TYPECHECK] |