nfv/nova-api-proxy/nova-api-proxy/nova_api_proxy/apps
Dan Voiculeasa 8acf167a69 py3: nfv use real division operator
"/" operator using integers as both left-hand and right-hand
expressions returns floor division in python2 and real
division in python3.

Use "//" instead to do real division for both python versions.

This commit is split from Charles Short's work
Iecfe9b83245847b07aaaa0ec1aadad4734a9d118.

Story: 2008454
Task: 42727
Co-authored-by: Charles Short <charles.short@windriver.com>
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I69ddfc4ba17d43158f1897fe291751210fb3d1f9
(cherry picked from commit f9149780fb)
2021-07-26 13:12:00 -04:00
..
__init__.py Fix nova-api-proxy install directories 2018-07-18 15:52:44 -04:00
acceptor.py Cleanup pep8 and flake8 errors in nova-api-proxy 2020-12-02 09:49:52 -06:00
dispatcher.py enable pep8 alphabetical imports check for nova-api-proxy 2018-12-18 13:13:51 -06:00
proxy.py py3: nfv use real division operator 2021-07-26 13:12:00 -04:00