diff options
-rw-r--r-- | project.py | 1 | ||||
-rw-r--r-- | subcmds/init.py | 2 |
2 files changed, 1 insertions, 2 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 |
diff --git a/subcmds/init.py b/subcmds/init.py index 0388f5d1..6e3951c9 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -24,8 +24,6 @@ from error import ManifestParseError | |||
24 | from project import SyncBuffer | 24 | from project import SyncBuffer |
25 | from git_config import GitConfig | 25 | from git_config import GitConfig |
26 | from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD | 26 | from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD |
27 | import fetch | ||
28 | import platform_utils | ||
29 | from wrapper import Wrapper | 27 | from wrapper import Wrapper |
30 | 28 | ||
31 | 29 | ||