summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py1
-rw-r--r--subcmds/init.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/project.py b/project.py
index aeb092ca..ad296de2 100644
--- a/project.py
+++ b/project.py
@@ -29,6 +29,7 @@ import time
29import urllib.parse 29import urllib.parse
30 30
31from color import Coloring 31from color import Coloring
32import fetch
32from git_command import GitCommand, git_require 33from git_command import GitCommand, git_require
33from git_config import GitConfig, IsId, GetSchemeFromUrl, GetUrlCookieFile, \ 34from 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
24from project import SyncBuffer 24from project import SyncBuffer
25from git_config import GitConfig 25from git_config import GitConfig
26from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD 26from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD
27import fetch
28import platform_utils
29from wrapper import Wrapper 27from wrapper import Wrapper
30 28
31 29