Skip to content
Snippets Groups Projects
Commit 7e025061 authored by Jim MacArthur's avatar Jim MacArthur Committed by Jim MacArthur
Browse files

Make Import a BST_VIRTUAL_DIRECTORY class

parent 62a250fe
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@ from buildstream import Element, BuildElement, ElementError
# Element implementation for the 'import' kind.
class ImportElement(BuildElement):
# This plugin has been modified to avoid the use of Sandbox.get_directory
BST_VIRTUAL_DIRECTORY = True
# pylint: disable=attribute-defined-outside-init
# This plugin has been modified to avoid the use of Sandbox.get_directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment