Merge pull request #505 from techalchemy/file-path-addition

File path addition
This commit is contained in:
2017-09-09 14:32:45 -04:00
committed by GitHub
+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()