diff piecrust/commands/builtin/info.py @ 307:869a206facd5

internal: Remove mentions of plugins directories and sources.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 22 Mar 2015 22:29:06 -0700
parents 56d6b17e057b
children b034f6f15e22
line wrap: on
line diff
--- a/piecrust/commands/builtin/info.py	Sun Mar 22 22:28:40 2015 -0700
+++ b/piecrust/commands/builtin/info.py	Sun Mar 22 22:29:06 2015 -0700
@@ -93,7 +93,7 @@
 
     def run(self, ctx):
         app = ctx.app
-        paths = ['theme_dir', 'templates_dirs', 'plugins_dirs', 'cache_dir']
+        paths = ['theme_dir', 'templates_dirs', 'cache_dir']
         for p in paths:
             value = getattr(app, p)
             if isinstance(value, list):