diff -r ef3059a692cb -r 1e030b1a5622 etwist/twctl.py --- a/etwist/twctl.py Fri Mar 13 14:10:40 2015 +0100 +++ b/etwist/twctl.py Fri Mar 13 14:12:03 2015 +0100 @@ -71,11 +71,14 @@ cfgname = 'all-in-one' subcommand = 'cubicweb-twisted' - class AllInOneStopHandler(serverctl.RepositoryStopHandler): + class AllInOneStopHandler(CommandHandler): cmdname = 'stop' cfgname = 'all-in-one' subcommand = 'cubicweb-twisted' + def poststop(self): + pass + class AllInOneUpgradeHandler(TWUpgradeHandler): cfgname = 'all-in-one'