devtools/devctl.py
changeset 4439 5ab3f63b06ad
parent 4434 101344a6ff9b
child 4467 0e73d299730a
--- 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,