Davanum Srinivas
f8969e97ce
[py34] replace file() with open()
Running flake8 with python3 finds this problem:
./oslo_messaging/notify/_impl_routing.py:55:16: F821 undefined name 'file'
return file(filename, 'r')
Change-Id: I5cd7475618f7a7532db770c2c5c61576a657fbb4
2016-03-24 11:32:25 +00:00
..
2015-12-08 09:14:20 +01:00
2016-03-11 09:00:08 +00:00
2015-11-19 12:45:14 -08:00
2015-09-25 10:07:05 -04:00
2016-03-24 11:32:25 +00:00
2015-09-25 10:07:05 -04:00
2016-02-18 12:50:44 +01:00
2015-01-13 09:44:23 -05:00
2015-12-08 09:14:20 +01:00
2015-11-30 19:30:05 +00:00
2015-11-20 18:43:28 +00:00
2016-01-07 13:26:55 +08:00
2015-11-23 15:30:23 +00:00
2016-02-25 06:43:00 +00:00