support repositories to manage backends (closes #747)
This commit is contained in:
parent
ef16a5b726
commit
14a7a1d362
410 changed files with 1079 additions and 297 deletions
|
|
@ -4,4 +4,4 @@ cd ..
|
|||
|
||||
# grep will return 0 only if it founds something, but our script
|
||||
# wants to return 0 when it founds nothing!
|
||||
pyflakes weboob scripts/* | grep -v redefinition && exit 1 || exit 0
|
||||
pyflakes weboob modules contrib scripts/* | grep -v redefinition && exit 1 || exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue