Chromium Code Reviews| Index: tools/utils.py |
| diff --git a/tools/utils.py b/tools/utils.py |
| index 69d6a39adceb26211dee3b672ae8cb614b79b9be..6965a1c49499cb5c49a2853c4e9479bb40550c32 100644 |
| --- a/tools/utils.py |
| +++ b/tools/utils.py |
| @@ -529,6 +529,7 @@ def Main(): |
| print "GuessVisualStudioPath() -> ", GuessVisualStudioPath() |
| print "GetGitRevision() -> ", GetGitRevision() |
| print "GetVersionFileContent() -> ", GetVersionFileContent() |
| + print "GetGitNumber() -> ", GetGitNumber() |
| class Error(Exception): |
| pass |