unused code, imports, or variables
This commit is contained in:
parent
42de7aa5a3
commit
54cc3b0a4a
5 changed files with 4 additions and 8 deletions
|
|
@ -128,7 +128,7 @@ class ModulesLoader:
|
|||
return self.modules[name]
|
||||
|
||||
def load(self):
|
||||
path = backends.__path__[0]
|
||||
path = weboob.backends.__path__[0]
|
||||
regexp = re.compile('^%s/([\w\d_]+)$' % path)
|
||||
for root, dirs, files in os.walk(path):
|
||||
m = regexp.match(root)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue