diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 1 |
1 files changed, 1 insertions, 0 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 |