pylint: remove libs/

This commit is contained in:
Jan Pochyla 2017-08-15 17:29:27 +02:00
parent b83d2d1166
commit 23b5e839fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[MASTER]
init-hook='sys.path.append("mocks"); sys.path.append("src/lib")'
init-hook='sys.path.append("mocks");
[MESSAGES CONTROL]
disable=C0111,C0103,C0413,W0603,W0703