aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-25 21:40:06 +0100
committerGravatar jesopo2019-05-25 21:40:06 +0100
commit268c5adb3c393982b1c337b72d46cb8d1cc84021 (patch)
treecf1eabc2787ca6a1064c2e7e3f7b55f2c78d873d /modules/github
parentRefactor ModuleManager (diff)
signature
Add `depends-on` hashflags to relevant modules
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index 105081db..b2a382b3 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -1,3 +1,10 @@
+#--depends-on channel_access
+#--depends-on check_mode
+#--depends-on commands
+#--depends-on config
+#--depends-on permissions
+#--depends-on rest_api
+
import datetime, itertools, json, math, re, urllib.parse
from src import EventManager, ModuleManager, utils