~vcs-imports/unbound/unbound

« back to all changes in this revision

Viewing changes to trunk/pythonmod/examples/edns.py

  • Committer: george
  • Date: 2019-04-11 15:03:04 UTC
  • Revision ID: svn-v4:be551aaa-1e26-0410-a405-d3ace91eadb9::5157
- Update python documentation for init_standard().
- Typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    extra functionality during init.
79
79
    ..note:: This function is preferred by unbound over the old init function.
80
80
    ..note:: The previously accessible configuration options can now be found in
81
 
             env.cgf.
 
81
             env.cfg.
82
82
    """
83
83
    log_info("python: inited script {}".format(env.cfg.python_script))
84
84