Use new-style classes.

This commit is contained in:
Oleksii Kliukin
2015-08-04 16:52:03 +02:00
parent e69f015369
commit 8bed553d30
+1 -1
View File
@@ -20,7 +20,7 @@ import sys
logger = logging.getLogger(__name__)
class Restore:
class Restore(object):
def __init__(self, scope, role, datadir, connstring):
self.scope = scope