# HG changeset patch # User Ludovic Chabant # Date 1421052527 28800 # Node ID 57eec8a67095b26749da909758145ad84d1bafbc # Parent 154b8df04829dee0211f8c83c3a90d098204b89e builtin: Remove `plugins` command, it's not ready yet. diff -r 154b8df04829 -r 57eec8a67095 piecrust/plugins/builtin.py --- a/piecrust/plugins/builtin.py Sun Jan 11 23:08:49 2015 -0800 +++ b/piecrust/plugins/builtin.py Mon Jan 12 00:48:47 2015 -0800 @@ -4,8 +4,6 @@ from piecrust.commands.builtin.info import ( RootCommand, ShowConfigCommand, FindCommand, ShowSourcesCommand, ShowRoutesCommand, ShowPathsCommand) -from piecrust.commands.builtin.plugins import ( - PluginsCommand) from piecrust.commands.builtin.scaffolding import ( PrepareCommand, DefaultPrepareTemplatesCommandExtension, @@ -56,8 +54,7 @@ ShowPathsCommand(), BakeCommand(), ShowRecordCommand(), - ServeCommand(), - PluginsCommand()] + ServeCommand()] def getCommandExtensions(self): return [