summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 65b63efd..99f30dce 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -25,7 +25,6 @@ from 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 27import fetch
28import git_superproject
29import platform_utils 28import platform_utils
30from wrapper import Wrapper 29from wrapper import Wrapper
31 30