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-02-18 12:50:44 +01:00
2015-11-30 19:30:05 +00:00
2015-11-20 18:43:28 +00:00