freezer/freezer/openstack
Doug Hellmann 2ee0583763 fix pep8 errors under python 3
Under python 3 'print' is a function, and the linter does not like
having a space between the function name and the paren indicating the
call. Remove the space.

The builtin 'file' is removed under python 3. Replace its use with
'open', which is available on both python 2 and 3.

Change-Id: Ib8522d8ab1974a4ba3e407ffbe449e2f5fc9471a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 17:24:23 -04:00
..
__init__.py Refactoring of code: 2016-03-08 14:20:23 +00:00
admin.py Fix license boilerplates 2018-05-04 14:53:13 +00:00
backup.py Fix license boilerplates 2018-05-04 14:53:13 +00:00
osclients.py fix a typo 2018-03-29 13:04:24 +00:00
restore.py fix pep8 errors under python 3 2018-06-06 17:24:23 -04:00