summaryrefslogtreecommitdiff
path: root/tests/internals/pluginfactory/notatype/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/pluginfactory/notatype/foo.py')
-rw-r--r--tests/internals/pluginfactory/notatype/foo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/internals/pluginfactory/notatype/foo.py b/tests/internals/pluginfactory/notatype/foo.py
new file mode 100644
index 000000000..311a4fb32
--- /dev/null
+++ b/tests/internals/pluginfactory/notatype/foo.py
@@ -0,0 +1,6 @@
+# Plugins are supposed to return a subclass type
+# of Source or Element, depending on plugin type.
+
+
+def setup():
+ return 5