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

Make Import a BST_VIRTUAL_DIRECTORY class

parent c18d158b
No related branches found
No related tags found
Loading
......@@ -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