Commit 106096b6 by Dudás Ádám

vm: make Operation new-style class

parent 3742c268
...@@ -19,7 +19,7 @@ from .instance import Instance, InstanceTemplate ...@@ -19,7 +19,7 @@ from .instance import Instance, InstanceTemplate
logger = getLogger(__name__) logger = getLogger(__name__)
class Operation: class Operation(object):
"""Base class for VM operations. """Base class for VM operations.
""" """
acl_level = 'owner' acl_level = 'owner'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment