Make C4kMixin depend on DevopsBuild
This commit is contained in:
parent
a0bc428108
commit
e5b0fd4cda
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ def generate_clojure_map(template_dict):
|
||||||
return clojure_map_str
|
return clojure_map_str
|
||||||
|
|
||||||
|
|
||||||
#DevopsBuild
|
class C4kMixin(DevopsBuild):
|
||||||
class C4kMixin():
|
|
||||||
|
|
||||||
def __init__(self, project, config):
|
def __init__(self, project, config):
|
||||||
super().__init__(project, config)
|
super().__init__(project, config)
|
||||||
|
|
Loading…
Reference in a new issue