Chromium Code Reviews| Index: git_map.py |
| diff --git a/git_map.py b/git_map.py |
| index 70013251607fd08193256c887e5190c38477fc3d..c199386998c5a9874593af4c80fb3800413ed402 100755 |
| --- a/git_map.py |
| +++ b/git_map.py |
| @@ -12,6 +12,7 @@ commits with branches + tags that point to them. Items are colorized as follows: |
| * Magenta - Tags |
| * Blue background - The currently checked out commit |
| """ |
| + |
| import sys |
| import subprocess2 |