summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorHenry Gessau <HenryG@gessau.net>2016-11-03 20:07:48 -0400
committerHenry Gessau <HenryG@gessau.net>2016-11-04 20:49:13 -0400
commit7b277a1ba0ca2c602cf053163a8d1ed3c3aa9743 (patch)
tree2789cdf2f7356e3d4431f56d91d2e5160106d7ec /.pylintrc
parentac2b7b0592ea4a828ffcd5daa4ab60de86a83a86 (diff)
downloadneutron-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--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index df88dbbc39..24686b991a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -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]