add python_import to example config

This commit is contained in:
Joris Vink 2017-01-25 22:43:59 +01:00
parent da13e1e768
commit 2c66dfa3cf
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ workers 4
# which Kore will call when the module is loaded/reloaded.
load contrib/examples/generic/example.module example_load
# Load a python file (if built with PYTHON=1)
#python_import src/index.py example_load
# Validators
# validator name type regex|function
#