Do not subclass object

This commit is contained in:
Dennis Camera 2020-06-20 21:16:23 +02:00
commit ce07021580
18 changed files with 19 additions and 22 deletions

View file

@ -29,8 +29,7 @@ import glob
import fnmatch
class Info(object):
class Info:
def __init__(self, conf_dirs, args):
self.conf_dirs = conf_dirs
self.all = args.all