diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 6 |
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 | ||
15 | import os | 15 | import os |
16 | import platform | ||
17 | import re | ||
18 | import sys | 16 | import sys |
19 | import urllib.parse | ||
20 | 17 | ||
21 | from color import Coloring | 18 | from color import Coloring |
22 | from command import InteractiveCommand, MirrorSafeCommand | 19 | from command import InteractiveCommand, MirrorSafeCommand |
23 | from error import ManifestParseError | ||
24 | from project import SyncBuffer | ||
25 | from git_config import GitConfig | ||
26 | from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD | 20 | from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD |
27 | from wrapper import Wrapper | 21 | from wrapper import Wrapper |
28 | 22 | ||