aboutsummaryrefslogtreecommitdiff
path: root/modules/sed.py
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/sed.py
parentRefactor ModuleManager (diff)
signature
Add `depends-on` hashflags to relevant modules
Diffstat (limited to 'modules/sed.py')
-rw-r--r--modules/sed.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sed.py b/modules/sed.py
index 646e5f47..0c7d6f2a 100644
--- a/modules/sed.py
+++ b/modules/sed.py
@@ -1,3 +1,6 @@
+#--depends-on commands
+#--depends-on config
+
import re, traceback
from src import ModuleManager, utils