BIND 10 trac319, updated. 7a264c3e91a77fed53fd305d799db6b4f671108a [trac319] s/UICCSession/UIModuleCCSession/

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 2 15:22:52 UTC 2011


The branch, trac319 has been updated
       via  7a264c3e91a77fed53fd305d799db6b4f671108a (commit)
      from  1c325e8b3512372f5d69b366975621d06b5c217e (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 7a264c3e91a77fed53fd305d799db6b4f671108a
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Feb 2 16:18:31 2011 +0100

    [trac319] s/UICCSession/UIModuleCCSession/
    
    (2 items replaced)

-----------------------------------------------------------------------

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