changeset 10474 | 1dcc52f5e340 |
parent 10472 | 7dd84b69c7d4 |
child 10510 | 51321946da37 |
--- a/devtools/__init__.py Fri Jun 26 13:04:25 2015 +0200 +++ b/devtools/__init__.py Thu Jun 25 22:12:49 2015 +0200 @@ -173,8 +173,8 @@ return self._apphome appdatahome = apphome - def load_configuration(self): - super(TestServerConfiguration, self).load_configuration() + def load_configuration(self, **kw): + super(TestServerConfiguration, self).load_configuration(**kw) # no undo support in tests self.global_set_option('undo-enabled', 'n')