summaryrefslogtreecommitdiff
path: root/test-plugins/hello_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-plugins/hello_plugin.py')
-rw-r--r--test-plugins/hello_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-plugins/hello_plugin.py b/test-plugins/hello_plugin.py
index a102502..c47adb7 100644
--- a/test-plugins/hello_plugin.py
+++ b/test-plugins/hello_plugin.py
@@ -13,3 +13,5 @@ class Hello(cliapp.Plugin):
def setup(self):
self.setup_called = True
+ def enable(self):
+ pass