]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable no-name-in-module pylint check
authorAngus Lees <gus@inodes.org>
Tue, 21 Oct 2014 22:24:21 +0000 (09:24 +1100)
committerAngus Lees <gus@inodes.org>
Tue, 21 Oct 2014 22:24:21 +0000 (09:24 +1100)
commitdb476ffc51e2f36f7ef9c187506fb2778363e468
tree9111b1258bb2891b5e36cc7258a95fdc768b6530
parent1aaa8b34466b0567c6a5ea0b607f1ac324ee5dfa
Enable no-name-in-module pylint check

Add _MovedItems (from six.moves) to pylintrc ignored-modules, and adjust
one import of sqlalchemy.orm.properties.RelationshipProperty.

s.o.p.RelationshipProperty is created at import-time in a rather
exciting manner - rearranging the import in this way forces the
import-time code to be executed and seems sufficient to satisfy the
pylint static check.

Change-Id: Ic99dc2b7dfac75930a5c446ae899eaae09ee6174
.pylintrc
neutron/db/sqlalchemyutils.py