summaryrefslogtreecommitdiff
path: root/tests/roots/test-root/ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-root/ext.py')
-rw-r--r--tests/roots/test-root/ext.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/roots/test-root/ext.py b/tests/roots/test-root/ext.py
deleted file mode 100644
index 5665bea90..000000000
--- a/tests/roots/test-root/ext.py
+++ /dev/null
@@ -1,5 +0,0 @@
-# Test extension module
-
-
-def setup(app):
- app.add_config_value('value_from_ext', [], False)