aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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):