diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-06-30 22:50:56 +0200 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-06-30 22:50:56 +0200 |
| commit | 1e6456bf54bb37743d22fe564b475f10bc13281e (patch) | |
| tree | 3cf0c8cb8dd3688785ff73100f8bd8af98eb3105 /tests/plugins/hello2.py | |
| download | pluginbase-0.1.tar.gz | |
Initial commit.0.1
Diffstat (limited to 'tests/plugins/hello2.py')
| -rw-r--r-- | tests/plugins/hello2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/hello2.py b/tests/plugins/hello2.py new file mode 100644 index 0000000..58335c3 --- /dev/null +++ b/tests/plugins/hello2.py @@ -0,0 +1,2 @@ +def awesome_stuff(): + pass |
