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, 0 insertions, 9 deletions
diff --git a/tests/internals/pluginfactory/anothersource/foo.py b/tests/internals/pluginfactory/anothersource/foo.py
deleted file mode 100644
index 4675b965f..000000000
--- a/tests/internals/pluginfactory/anothersource/foo.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from buildstream import Source
-
-
-class AnotherFooSource(Source):
- pass
-
-
-def setup():
- return AnotherFooSource