You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:13:22 UTC

[buildstream] 01/43: buildstream/storage/__init__.py: import CasBasedDirectory

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jmac/cas_to_cas_oct_v2
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit b8330111164eadaf3d9ff42957d541d7018d95d3
Author: Jim MacArthur <ji...@codethink.co.uk>
AuthorDate: Thu Sep 20 18:33:49 2018 +0100

    buildstream/storage/__init__.py: import CasBasedDirectory
---
 buildstream/storage/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildstream/storage/__init__.py b/buildstream/storage/__init__.py
index 33424ac..5571cd8 100644
--- a/buildstream/storage/__init__.py
+++ b/buildstream/storage/__init__.py
@@ -19,4 +19,5 @@
 #        Jim MacArthur <ji...@codethink.co.uk>
 
 from ._filebaseddirectory import FileBasedDirectory
+from ._casbaseddirectory import CasBasedDirectory
 from .directory import Directory