# HG changeset patch # User Sylvain Thénault # Date 1265219112 -3600 # Node ID 5ab3f63b06ada4c9d1716261c2c835e6f25979b4 # Parent 91e224154f1196a58915fe98f1ff773ec8e1900c live-server doesn't work, don't make think it does diff -r 91e224154f11 -r 5ab3f63b06ad devtools/devctl.py --- a/devtools/devctl.py Wed Feb 03 18:44:50 2010 +0100 +++ b/devtools/devctl.py Wed Feb 03 18:45:12 2010 +0100 @@ -441,17 +441,18 @@ return toedit -class LiveServerCommand(Command): - """Run a server from within a cube directory. - """ - name = 'live-server' - arguments = '' - options = () +# XXX totally broken, fix it +# class LiveServerCommand(Command): +# """Run a server from within a cube directory. +# """ +# name = 'live-server' +# arguments = '' +# options = () - def run(self, args): - """run the command with its specific arguments""" - from cubicweb.devtools.livetest import runserver - runserver() +# def run(self, args): +# """run the command with its specific arguments""" +# from cubicweb.devtools.livetest import runserver +# runserver() class NewCubeCommand(Command): @@ -687,7 +688,7 @@ register_commands((UpdateCubicWebCatalogCommand, UpdateTemplateCatalogCommand, - LiveServerCommand, + #LiveServerCommand, NewCubeCommand, ExamineLogCommand, GenerateSchema,