1
0
Fork 0
forked from github/pelican

merge nduhamel/plugins

This commit is contained in:
Alexis Metaireau 2011-06-17 22:33:54 +02:00
commit 7184484488
7 changed files with 101 additions and 6 deletions

View file

@ -42,7 +42,8 @@ _DEFAULT_CONFIG = {'PATH': None,
'DEFAULT_METADATA': (),
'FILES_TO_COPY': (),
'DEFAULT_STATUS': 'published',
}
'PLUGINS_PATH': None,
}
def read_settings(filename):
"""Load a Python file into a dictionary.