Mercurial > piecrust2
diff piecrust/__init__.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 | d70a4adb61dd |
children | 0e9a94b7fdfa |
line wrap: on
line diff
--- a/piecrust/__init__.py Sun Mar 22 22:28:40 2015 -0700 +++ b/piecrust/__init__.py Sun Mar 22 22:29:06 2015 -0700 @@ -2,7 +2,6 @@ CACHE_DIR = '_cache' ASSETS_DIR = 'assets' TEMPLATES_DIR = 'templates' -PLUGINS_DIR = 'plugins' THEME_DIR = 'theme' CONFIG_PATH = 'config.yml' @@ -13,7 +12,6 @@ DEFAULT_TEMPLATE_ENGINE = 'jinja2' DEFAULT_POSTS_FS = 'flat' DEFAULT_DATE_FORMAT = '%b %d, %Y' -DEFAULT_PLUGIN_SOURCE = 'http://bitbucket.org/ludovicchabant/' DEFAULT_THEME_SOURCE = 'http://bitbucket.org/ludovicchabant/' PIECRUST_URL = 'http://bolt80.com/piecrust/'