Add warnings about imports in the settings file, to avoid breaking the

multiprocessing feature.
This commit is contained in:
Simon Conseil
2014-09-04 22:49:01 +02:00
parent 15091deeb5
commit 52ff2b947d
3 changed files with 20 additions and 6 deletions

View File

@@ -8,8 +8,7 @@ keep_orig = True
links = [('Example link', 'http://example.org'),
('Another link', 'http://example.org')]
from sigal.plugins import copyright
plugins = ['sigal.plugins.adjust', copyright]
plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright']
copyright = u"© An example copyright message"
adjust_options = {'color': 0.0, 'brightness': 1.0,
'contrast': 1.0, 'sharpness': 0.0}