[twctl] add missing poststop method #1058268 stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 11 Jun 2010 18:48:17 +0200
branchstable
changeset 5741 bbef88618fbb
parent 5740 46207f491a51
child 5744 6b2a987370e8
[twctl] add missing poststop method #1058268
etwist/twctl.py
--- a/etwist/twctl.py	Fri Jun 11 18:47:53 2010 +0200
+++ b/etwist/twctl.py	Fri Jun 11 18:48:17 2010 +0200
@@ -40,6 +40,9 @@
     cmdname = 'stop'
     cfgname = 'twisted'
 
+    def poststop(self):
+        pass
+
 
 try:
     from cubicweb.server import serverctl