BIND 10 master, updated. 254f34910f282862727eaed7557657726887439d Merge branch 'trac319'
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 3 09:31:46 UTC 2011
The branch, master has been updated
via 254f34910f282862727eaed7557657726887439d (commit)
via 7a264c3e91a77fed53fd305d799db6b4f671108a (commit)
from a9c024d3ea91431cb4a5cab0ee53aaf4b1f808c0 (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 254f34910f282862727eaed7557657726887439d
Merge: a9c024d3ea91431cb4a5cab0ee53aaf4b1f808c0 7a264c3e91a77fed53fd305d799db6b4f671108a
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Feb 3 10:31:18 2011 +0100
Merge branch 'trac319'
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/config/ccsession.py | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/ccsession.py b/src/lib/python/isc/config/ccsession.py
index 38e9349..e7fdb86 100644
--- a/src/lib/python/isc/config/ccsession.py
+++ b/src/lib/python/isc/config/ccsession.py
@@ -24,17 +24,17 @@
# made there as well
"""Classes and functions for handling configuration and commands
- This module provides the ModuleCCSession and UICCSession classes,
- as well as a set of utility functions to create and parse messages
- related to commands and configuration
+ This module provides the ModuleCCSession and UIModuleCCSession
+ classes, as well as a set of utility functions to create and parse
+ messages related to commands and configuration
Modules should use the ModuleCCSession class to connect to the
configuration manager, and receive updates and commands from
other modules.
- Configuration user interfaces should use the UICCSession to connect
- to b10-cmdctl, and receive and send configuration and commands
- through that to the configuration manager.
+ Configuration user interfaces should use the UIModuleCCSession
+ to connect to b10-cmdctl, and receive and send configuration and
+ commands through that to the configuration manager.
"""
from isc.cc import Session
More information about the bind10-changes
mailing list