Remove inherit from object as it's no longer needed to determine new-style classes

This commit is contained in:
Toshio Kuratomi
2014-10-15 19:37:29 -04:00
parent acf4bc95a3
commit eafa718be1
14 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
class TaskQueueManagerHostPlaybookIterator(object):
class TaskQueueManagerHostPlaybookIterator:
def __init__(self, host, playbook):
pass