summaryrefslogtreecommitdiffstats
path: root/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.py')
-rw-r--r--fetch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetch.py b/fetch.py
index cf8d1d7d..55845af7 100644
--- a/fetch.py
+++ b/fetch.py
@@ -18,6 +18,7 @@ import subprocess
18import sys 18import sys
19from urllib.parse import urlparse 19from urllib.parse import urlparse
20from urllib.request import urlopen 20from urllib.request import urlopen
21
21from error import RepoExitError 22from error import RepoExitError
22 23
23 24