changeset 197:57eec8a67095

builtin: Remove `plugins` command, it's not ready yet.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Jan 2015 00:48:47 -0800
parents 154b8df04829
children 1d44d8bd93e2
files piecrust/plugins/builtin.py
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 [