summaryrefslogtreecommitdiff
path: root/src/buildstream/_utils.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_utils.pyx')
-rw-r--r--src/buildstream/_utils.pyx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/_utils.pyx b/src/buildstream/_utils.pyx
index 3a3a97017..6605cc82a 100644
--- a/src/buildstream/_utils.pyx
+++ b/src/buildstream/_utils.pyx
@@ -50,3 +50,6 @@ cdef Py_UNICODE _transl(Py_UNICODE x):
if ("a" <= x <= "z") or ("A" <= x <= "Z") or ("0" <= x <= "9") or x == "%":
return x
return "_"
+
+
+# get_mirror_directory in configure of _downlaodablefilesource