summaryrefslogtreecommitdiffstats
path: root/ipsilon/helpers/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/helpers/common.py')
-rw-r--r--ipsilon/helpers/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipsilon/helpers/common.py b/ipsilon/helpers/common.py
index dcbde2b..8eff274 100644
--- a/ipsilon/helpers/common.py
+++ b/ipsilon/helpers/common.py
@@ -33,6 +33,9 @@ class EnvHelpersInstaller(object):
def install_args(self, group):
raise NotImplementedError
+ def validate_args(self, args):
+ return
+
def configure_server(self, opts):
raise NotImplementedError