]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: do not compare int and NoneType
authorCyril Roelandt <cyril@redhat.com>
Wed, 5 Aug 2015 09:22:24 +0000 (11:22 +0200)
committerCyril Roelandt <cyril@redhat.com>
Wed, 5 Aug 2015 09:24:57 +0000 (11:24 +0200)
commita0b2c0f9d1ce515332ba1e42267a17c30a75ea5a
tree33bb5c1c29eb671c5ce068e56e41208d0475f2ba
parentc58441796736a763c910a7486646d1969ec1b98c
Python 3: do not compare int and NoneType

This is an invalid operation in Python 3, even though it works in Python 2.

Change-Id: I89d654c6acea10b53d19e50199565badf011e705
Blueprint:neutron-python3
neutron/api/api_common.py
neutron/db/securitygroups_db.py