summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 0c979cd4..d732374d 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -13,16 +13,10 @@
13# limitations under the License. 13# limitations under the License.
14 14
15import os 15import os
16import platform
17import re
18import sys 16import sys
19import urllib.parse
20 17
21from color import Coloring 18from color import Coloring
22from command import InteractiveCommand, MirrorSafeCommand 19from command import InteractiveCommand, MirrorSafeCommand
23from error import ManifestParseError
24from project import SyncBuffer
25from git_config import GitConfig
26from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD 20from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD
27from wrapper import Wrapper 21from wrapper import Wrapper
28 22