# HG changeset patch # User Adrien Di Mascio # Date 1227606915 -3600 # Node ID 561671b87c22cff293fc58d49b292b0e78118172 # Parent c59c8c3284f3bb68adb093c18f7c6347b76eb1c6 rename NewTemplateCommand class into NewCubeCommand diff -r c59c8c3284f3 -r 561671b87c22 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. @@ -431,5 +431,5 @@ register_commands((UpdateCubicWebCatalogCommand, UpdateTemplateCatalogCommand, LiveServerCommand, - NewTemplateCommand, + NewCubeCommand, ))