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:
poljakowski 2020-06-21 17:54:56 +02:00
commit d478bef8a6
18 changed files with 19 additions and 22 deletions

View file

@ -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