rename NewTemplateCommand class into NewCubeCommand
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 25 Nov 2008 10:55:15 +0100
changeset 132 561671b87c22
parent 131 c59c8c3284f3
child 133 6ad5e7eb06ff
rename NewTemplateCommand class into NewCubeCommand
devtools/devctl.py
--- 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,
                    ))