Do not subclass object
This commit is contained in:
parent
955243a93b
commit
ce07021580
18 changed files with 19 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue