Allow file:// URIs

- Should we raise a warning when locking?

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2017-09-09 13:21:25 -04:00
committed by Dan Ryan
parent 3e358739f4
commit 2939334dae
+1 -1
View File
@@ -15,7 +15,7 @@ import six
# List of version control systems we support.
VCS_LIST = ('git', 'svn', 'hg', 'bzr')
FILE_LIST = ('http://', 'https://', 'ftp://')
FILE_LIST = ('http://', 'https://', 'ftp://', 'file:///')
requests = requests.session()