diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-06-30 15:01:11 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-06-30 15:01:11 +0000 |
commit | 366b94c4a9552acfb560d3234aea0955ebc1eb8e (patch) | |
tree | 0bee3a4dbb699714374eeab0af43e63f1bf9672d /pythonmod/examples/edns.py | |
parent | 4713c21a1ac91081e50e474d11fcec002b43a562 (diff) |
Notes
Diffstat (limited to 'pythonmod/examples/edns.py')
-rw-r--r-- | pythonmod/examples/edns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/examples/edns.py b/pythonmod/examples/edns.py index 37ce9e27923d..ca1bb8da710d 100644 --- a/pythonmod/examples/edns.py +++ b/pythonmod/examples/edns.py @@ -78,7 +78,7 @@ def init_standard(id, env): extra functionality during init. ..note:: This function is preferred by unbound over the old init function. ..note:: The previously accessible configuration options can now be found in - env.cgf. + env.cfg. """ log_info("python: inited script {}".format(env.cfg.python_script)) |