summaryrefslogtreecommitdiff
path: root/buildstream/__init__.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 20:24:29 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 20:31:31 +0900
commita97c0fd86a17db72edb26f91bab9364da533fd21 (patch)
tree0c8efc0154e9533429a06d9ffd61b4b64a9fa640 /buildstream/__init__.py
parent79f9f065d7f22039ec189d59f557bbe00123eacd (diff)
downloadbuildstream-a97c0fd86a17db72edb26f91bab9364da533fd21.tar.gz
refactoring: Made Project option private
This required adding two new APIs to make up for it on the Source o get_project_directory() Added here because elements should not be accessing external resources, Sources needed for local files and GPG keys and such o translate_url() Used by sources to mish-mash the project aliases and create real urls.
Diffstat (limited to 'buildstream/__init__.py')
-rw-r--r--buildstream/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/__init__.py b/buildstream/__init__.py
index bb7a338a4..b3751a6e3 100644
--- a/buildstream/__init__.py
+++ b/buildstream/__init__.py
@@ -20,7 +20,6 @@
# Core components
from .context import Context
-from .project import Project
from .sandbox import Sandbox, SandboxFlags
# Plugin auther facing APIs