qinling/qinling
Doug Hellmann e567904491 replace file() with open() for python 3 compatibility
The built-in name 'file' does not exist under python 3, so replace it
with 'open', which is the same under python 2 and 3.

Change-Id: Ic1ff9308b1ab0bda8d49a556620bb22ca5407b5e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 16:59:42 -04:00
..
api Fix trivial errors in log formatting 2018-06-06 01:33:56 +00:00
cmd Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00
db Functional test for deleting function version 2018-04-30 19:11:30 +12:00
engine Store error info in execution result when failed 2018-06-05 21:57:00 +00:00
orchestrator Specify the runtime image version explicitly 2018-06-06 00:07:07 +12:00
services Function version API: scale_up/scale_down/detach/get_workers 2018-04-27 18:48:46 +12:00
storage Fix function package downloading 2018-05-15 01:21:46 +00:00
tests Merge "Delete package only when the package is updated" 2018-06-06 01:16:58 +00:00
utils replace file() with open() for python 3 compatibility 2018-06-06 16:59:42 -04:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
config.py Specify the runtime image version explicitly 2018-06-06 00:07:07 +12:00
context.py Fix link for keystonemiddleware page 2018-02-27 11:11:01 +08:00
exceptions.py Create trust for functions 2017-10-06 13:57:31 +13:00
rpc.py Support version for execution creation 2018-04-23 18:49:54 +12:00
status.py Fix logs query for executions 2017-08-29 23:54:30 +12:00
version.py Initial API code structure 2017-04-14 15:24:02 +12:00