Really disable that damn pylint check

This commit is contained in:
Florian Bruhin 2014-12-05 21:14:18 +01:00
parent 7aa01802d9
commit 9946b4b0f6

View File

@ -24,7 +24,8 @@ import urllib.parse
import string
import re
import pypeg2 as peg # pylint: disable=import-error (fails on win7 in venv...)
import pypeg23 as peg # pylint: disable=import-error
# (fails on win7 in venv...)
from qutebrowser.utils import log, utils