freezer/freezer
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
..
common Fix license boilerplates 2018-05-04 14:53:13 +00:00
engine Fix license boilerplates 2018-05-04 14:53:13 +00:00
exceptions Fix license boilerplates 2018-05-04 14:53:13 +00:00
lib Fix license boilerplates 2018-05-04 14:53:13 +00:00
mode Add cindernative mode to backup volume 2017-03-16 07:21:49 +00:00
openstack fix pep8 errors under python 3 2018-06-06 17:24:23 -04:00
scheduler Merge "Fixes starting freezer-scheduler with --no-daemon" 2018-05-15 10:06:40 +00:00
scripts Updating HP Copyright label 2015-08-21 14:19:39 +01:00
snapshot Fix license boilerplates 2018-05-04 14:53:13 +00:00
storage Fix license boilerplates 2018-05-04 14:53:13 +00:00
tests Fix license boilerplates 2018-05-04 14:53:13 +00:00
utils Fix license boilerplates 2018-05-04 14:53:13 +00:00
__init__.py Migrating documentation to the new style 2017-09-14 10:13:46 -06:00
job.py Fix license boilerplates 2018-05-04 14:53:13 +00:00
main.py fix pep8 errors under python 3 2018-06-06 17:24:23 -04:00