# HG changeset patch # User Denis Laxalde # Date 1473663787 -7200 # Node ID d83676aaea212ff1ebb8464cd50bc6c206966cc2 # Parent 629d9e35ce28cf56cf376ca7c106c95456027f22 [devctl] Remove commented LiveServerCommand The code got commented in 2010 (changeset 5ab3f63b06ad)... diff -r 629d9e35ce28 -r d83676aaea21 cubicweb/devtools/devctl.py --- a/cubicweb/devtools/devctl.py Mon Sep 12 09:01:47 2016 +0200 +++ b/cubicweb/devtools/devctl.py Mon Sep 12 09:03:07 2016 +0200 @@ -512,20 +512,6 @@ return toedit -# 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() - - class NewCubeCommand(Command): """Create a new cube. @@ -852,7 +838,6 @@ for cmdcls in (UpdateCubicWebCatalogCommand, UpdateCubeCatalogCommand, - #LiveServerCommand, NewCubeCommand, ExamineLogCommand, GenerateSchema,