Index: gcl.py |
diff --git a/gcl.py b/gcl.py |
index 39f3bec1d4f8f06f2b5c069a6c0cb268eff10413..49e4e70f67cc3757f2d2b22769b62b3b8b3f8574 100755 |
--- a/gcl.py |
+++ b/gcl.py |
@@ -35,7 +35,7 @@ except ImportError: |
sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party')) |
import simplejson as json |
-import breakpad |
+import breakpad # pylint: disable=W0611 |
# gcl now depends on gclient. |
from scm import SVN |