[devctl] Remove commented LiveServerCommand
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 12 Sep 2016 09:03:07 +0200
changeset 11468 d83676aaea21
parent 11467 629d9e35ce28
child 11469 e0538fee4caa
[devctl] Remove commented LiveServerCommand The code got commented in 2010 (changeset 5ab3f63b06ad)...
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,