devtools/devctl.py
changeset 132 561671b87c22
parent 61 081078d5b422
child 133 6ad5e7eb06ff
--- a/devtools/devctl.py	Tue Nov 25 10:54:36 2008 +0100
+++ b/devtools/devctl.py	Tue Nov 25 10:55:15 2008 +0100
@@ -362,7 +362,7 @@
         runserver()
 
 
-class NewTemplateCommand(Command):
+class NewCubeCommand(Command):
     """Create a new cube.
 
     <cubename>
@@ -431,5 +431,5 @@
 register_commands((UpdateCubicWebCatalogCommand,
                    UpdateTemplateCatalogCommand,
                    LiveServerCommand,
-                   NewTemplateCommand,
+                   NewCubeCommand,
                    ))