mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 13:49:24 +08:00
make Builder a new-style class
This commit is contained in:
@@ -221,7 +221,7 @@ class GenericBuilder(six.with_metaclass(ABCMeta)):
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
class Builder:
|
||||
class Builder(object):
|
||||
"""Wrapper class"""
|
||||
|
||||
def __new__(cls, module, backend, config, **extra):
|
||||
|
||||
Reference in New Issue
Block a user