Configurator restart quiet

This commit is contained in:
Jakub Warmuz
2014-11-22 00:22:09 +01:00
parent bc6f0b4b6b
commit e70c6cc65c
+1 -1
View File
@@ -76,7 +76,7 @@ class Configurator(object):
"""Make sure the configuration is valid."""
raise NotImplementedError()
def restart(self):
def restart(self, quiet=False):
"""Restart or refresh the server content."""
raise NotImplementedError()