BIND 10 trac2930, updated. 4b68c9bb855e1cee112ed6a0c3dd398048930824 [2930] style fix: folded long lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 22 17:59:02 UTC 2013
The branch, trac2930 has been updated
via 4b68c9bb855e1cee112ed6a0c3dd398048930824 (commit)
from fafa0dd4a0c97aeef84b7c95ed624c3873ca4cb4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4b68c9bb855e1cee112ed6a0c3dd398048930824
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 10:58:47 2013 -0700
[2930] style fix: folded long lines
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/config/ccsession.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/ccsession.py b/src/lib/python/isc/config/ccsession.py
index 5261cea..7e01e84 100644
--- a/src/lib/python/isc/config/ccsession.py
+++ b/src/lib/python/isc/config/ccsession.py
@@ -552,14 +552,14 @@ class ModuleCCSession(ConfigData):
Throws:
- CCSessionError: for low-level communication errors.
Params:
- - notification_group (string): This parameter (indirectly) signifies what
- clients should receive the notification. Only clients that subscribed
- to notifications on the same group receive it.
- - event_name (string): The name of the event to notify about (for example
- `config_changed`).
+ - notification_group (string): This parameter (indirectly) signifies
+ what clients should receive the notification. Only clients that
+ subscribed to notifications on the same group receive it.
+ - event_name (string): The name of the event to notify about (for
+ example `config_changed`).
- params: Other parameters that describe the event. This might be, for
- example, the new configuration value. This can be any data that can be
- sent over the isc.cc.Session, but it is common for it to be dict.
+ example, the new configuration value. This can be any data that can
+ be sent over the isc.cc.Session, but it is common for it to be dict.
Returns: Nothing
"""
notification = [event_name]
More information about the bind10-changes
mailing list