summaryrefslogtreecommitdiff
path: root/test-plugins/aaa_hello_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-plugins/aaa_hello_plugin.py')
-rw-r--r--test-plugins/aaa_hello_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-plugins/aaa_hello_plugin.py b/test-plugins/aaa_hello_plugin.py
index b8f3253..9af3f83 100644
--- a/test-plugins/aaa_hello_plugin.py
+++ b/test-plugins/aaa_hello_plugin.py
@@ -6,3 +6,5 @@ class Hello(cliapp.Plugin):
self.foo = foo
self.bar = bar
+ def enable(self):
+ pass