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
commit eafa718be1
14 changed files with 14 additions and 14 deletions

View file

@ -25,7 +25,7 @@ from ansible.errors import AnsibleParserError
from ansible.plugins import module_finder
from ansible.parsing.splitter import parse_kv
class ModuleArgsParser(object):
class ModuleArgsParser:
"""
There are several ways a module and argument set can be expressed: