Chromium Code Reviews| Index: gcl.py |
| diff --git a/gcl.py b/gcl.py |
| index e4b50859d68314ff6b065777767d20088ac765e3..7698da609029bf91cfd45c8b5d5bfde2b86656ec 100755 |
| --- a/gcl.py |
| +++ b/gcl.py |
| @@ -18,6 +18,8 @@ import tempfile |
| import upload |
| import urllib2 |
| +import breakpad |
| + |
| # gcl now depends on gclient. |
| from scm import SVN |
| import gclient_utils |