b7cd3a99b1
* Replace "resp.status_code / 100" with "resp.status_code // 100" to use integer division, not float division, on Python 3 * Replace also "int(status / 100)" with "status // 100" in other files Change-Id: I609065529ffbfc718a7b382b191e588bd5ed3933 |
||
---|---|---|
.. | ||
evaluator | ||
notifier | ||
storage | ||
__init__.py | ||
rpc.py | ||
service.py |