summaryrefslogtreecommitdiff
path: root/tests/internals/pluginfactory/anothersource/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/pluginfactory/anothersource/foo.py')
-rw-r--r--tests/internals/pluginfactory/anothersource/foo.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/internals/pluginfactory/anothersource/foo.py b/tests/internals/pluginfactory/anothersource/foo.py
new file mode 100644
index 000000000..4675b965f
--- /dev/null
+++ b/tests/internals/pluginfactory/anothersource/foo.py
@@ -0,0 +1,9 @@
+from buildstream import Source
+
+
+class AnotherFooSource(Source):
+ pass
+
+
+def setup():
+ return AnotherFooSource