changeset 3185 | bd0126d17e83 |
parent 2791 | 7ef2b08fbe28 |
parent 3180 | 6bab5746ebf5 |
child 3890 | d7a270f50f54 |
--- a/etwist/twctl.py Thu Sep 10 08:13:22 2009 +0200 +++ b/etwist/twctl.py Fri Sep 11 15:57:34 2009 +0200 @@ -17,7 +17,7 @@ cmdname = 'start' cfgname = 'twisted' - def start_command(self, config, debug): + def start_server(self, config, debug): from cubicweb.etwist import server server.run(config, debug)