diff options
author | LaMont Jones <lamontjones@google.com> | 2022-04-21 17:18:35 +0000 |
---|---|---|
committer | LaMont Jones <lamontjones@google.com> | 2022-04-21 18:44:26 +0000 |
commit | 0de4fc3001b36db7e107e61586296ca25bbf6d6d (patch) | |
tree | 01d6020a8e4843c954dc14fed9fbaf0e07c59bc8 /project.py | |
parent | 4c11aebeb934817407266787d58247e1ca802057 (diff) | |
download | git-repo-0de4fc3001b36db7e107e61586296ca25bbf6d6d.tar.gz |
project: Add missing importsv2.24.1
Some imports were missed when moving manifestProject to project.py
Bug: https://bugs.chromium.org/p/gerrit/issues/detail?id=15861
Change-Id: Id8fffeaa3f88f344a13b5ab44e5403c7edd98f31
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/335554
Tested-by: LaMont Jones <lamontjones@google.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Raman Tenneti <rtenneti@google.com>
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ import time | |||
29 | import urllib.parse | 29 | import urllib.parse |
30 | 30 | ||
31 | from color import Coloring | 31 | from color import Coloring |
32 | import fetch | ||
32 | from git_command import GitCommand, git_require | 33 | from git_command import GitCommand, git_require |
33 | from git_config import GitConfig, IsId, GetSchemeFromUrl, GetUrlCookieFile, \ | 34 | from git_config import GitConfig, IsId, GetSchemeFromUrl, GetUrlCookieFile, \ |
34 | ID_RE | 35 | ID_RE |