diff options
Diffstat (limited to 'buildstream/utils.py')
-rw-r--r-- | buildstream/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/utils.py b/buildstream/utils.py index 943346689..21d44e617 100644 --- a/buildstream/utils.py +++ b/buildstream/utils.py @@ -47,6 +47,7 @@ _magic_timestamp = calendar.timegm([2011, 11, 11, 11, 11, 11]) # The separator we use for user specified aliases _ALIAS_SEPARATOR = ':' +_URI_SCHEMES = ["http", "https", "ftp", "file", "git", "sftp", "ssh"] class UtilError(BstError): |