aboutsummaryrefslogtreecommitdiff
path: root/modules/relay.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-07-01 18:22:49 +0100
committerGravatar jesopo2019-07-01 18:22:49 +0100
commit9314b25a9638dc5f3e6e9b8c9de86cf18461087f (patch)
treee43b04fc99da9cfc6d1f595c0bd9adce2a345f8d /modules/relay.py
parentReplace direct relays with "relay groups" (diff)
signature
Add depends-on hashflags for relay.py
Diffstat (limited to 'modules/relay.py')
-rw-r--r--modules/relay.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/relay.py b/modules/relay.py
index 320dedc0..4308a8d6 100644
--- a/modules/relay.py
+++ b/modules/relay.py
@@ -1,3 +1,7 @@
+#--depends-on commands
+#--depends-on format_activity
+#--depends-on permissions
+
from src import EventManager, ModuleManager, utils
class Module(ModuleManager.BaseModule):