summaryrefslogtreecommitdiff
path: root/tests/plugins/hello.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-06-30 22:50:56 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-06-30 22:50:56 +0200
commit1e6456bf54bb37743d22fe564b475f10bc13281e (patch)
tree3cf0c8cb8dd3688785ff73100f8bd8af98eb3105 /tests/plugins/hello.py
downloadpluginbase-0.1.tar.gz
Initial commit.0.1
Diffstat (limited to 'tests/plugins/hello.py')
-rw-r--r--tests/plugins/hello.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/plugins/hello.py b/tests/plugins/hello.py
new file mode 100644
index 0000000..a113f41
--- /dev/null
+++ b/tests/plugins/hello.py
@@ -0,0 +1,12 @@
+def import_self():
+ from dummy.plugins import hello
+ return hello
+
+
+def get_plugin_source():
+ from pluginbase import get_plugin_source
+ return get_plugin_source()
+
+
+def demo_func():
+ return 42