aboutsummaryrefslogtreecommitdiff
path: root/modules/modtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/modtest.py')
-rw-r--r--modules/modtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/modtest.py b/modules/modtest.py
index f262140..c9247e6 100644
--- a/modules/modtest.py
+++ b/modules/modtest.py
@@ -14,9 +14,6 @@
class TestModule:
- def get_rules(self):
- return []
-
def print_hello(self, state, args, kwargs):
print('Hello from a Meson module')