Merge branch 'lint/py3-classes' into 'master'
Consequently use Python 3-style classes See merge request ungleich-public/cdist!898
This commit is contained in:
commit
d478bef8a6
18 changed files with 19 additions and 22 deletions
|
|
@ -71,7 +71,7 @@ def _graph_dfs_cycle(graph, node, path):
|
|||
return False
|
||||
|
||||
|
||||
class Config(object):
|
||||
class Config:
|
||||
"""Cdist main class to hold arbitrary data"""
|
||||
|
||||
# list of paths (files and/or directories) that will be removed on finish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue