]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: Use '//' instead of '/'
authorfumihiko kakuma <kakuma@valinux.co.jp>
Wed, 29 Jul 2015 23:17:10 +0000 (08:17 +0900)
committerfumihiko kakuma <kakuma@valinux.co.jp>
Thu, 30 Jul 2015 06:40:29 +0000 (15:40 +0900)
commite3ba447d7f31444ab5c6d56cb408fed84f42792d
tree6599ec946aa3abd40c8804a1476002ec97bdf40d
parent50d662d95a03fa7986c0ddadb386cad12590c0ab
Python 3: Use '//' instead of '/'

In python 3, division(/) returns a float.
So use '//' instead of '/' in the case that an integer is required.

Change-Id: I9170ea57d5b967533767871fa612a02d797cda17
Blueprint: neutron-python3
neutron/db/agentschedulers_db.py