Configurator restart quiet

This commit is contained in:
Jakub Warmuz 2014-11-21 23:40:01 +01:00
parent bc6f0b4b6b
commit e70c6cc65c

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()