Explicit new-style class

This commit is contained in:
Jean-Paul Calderone 2018-03-26 20:12:47 -04:00
parent b78c6cc5ed
commit bafe043b73

View File

@ -56,7 +56,7 @@ def put_child(dirurl, childname, childcap):
if resp.status not in (200, 201): if resp.status not in (200, 201):
raise HTTPError("Error during put_child", resp) raise HTTPError("Error during put_child", resp)
class BackerUpper: class BackerUpper(object):
""" """
:ivar int _files_checked: The number of files which the backup process has :ivar int _files_checked: The number of files which the backup process has
so-far inspected on the grid to determine if they need to be so-far inspected on the grid to determine if they need to be