Commit 37ae4819 authored by Michal Čihař's avatar Michal Čihař

Workaround pylint bug

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c7ed5181
......@@ -20,6 +20,8 @@
import subprocess
import hashlib
# See https://bitbucket.org/logilab/pylint/issues/73
# pylint: disable=E0611,F0401
from distutils.spawn import find_executable
import os
from django.utils.translation import ugettext as _
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment