branch | stable |
changeset 3180 | 6bab5746ebf5 |
parent 2654 | 6512522860aa |
child 3185 | bd0126d17e83 |
child 3820 | 52cd7432030d |
--- a/etwist/twctl.py Fri Sep 11 13:40:49 2009 +0200 +++ b/etwist/twctl.py Fri Sep 11 14:16:06 2009 +0200 @@ -18,7 +18,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)