Browse Source

Merge branch 'trac319'

Jelte Jansen 14 years ago
parent
commit
254f34910f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/lib/python/isc/config/ccsession.py

+ 6 - 6
src/lib/python/isc/config/ccsession.py

@@ -24,17 +24,17 @@
 # made there as well
 # made there as well
 """Classes and functions for handling configuration and commands
 """Classes and functions for handling configuration and commands
 
 
-   This module provides the ModuleCCSession and UICCSession classes,
+   This module provides the ModuleCCSession and UIModuleCCSession
-   as well as a set of utility functions to create and parse messages
+   classes, as well as a set of utility functions to create and parse
-   related to commands and configuration
+   messages related to commands and configuration
 
 
    Modules should use the ModuleCCSession class to connect to the
    Modules should use the ModuleCCSession class to connect to the
    configuration manager, and receive updates and commands from
    configuration manager, and receive updates and commands from
    other modules.
    other modules.
 
 
-   Configuration user interfaces should use the UICCSession to connect
+   Configuration user interfaces should use the UIModuleCCSession
-   to b10-cmdctl, and receive and send configuration and commands
+   to connect to b10-cmdctl, and receive and send configuration and
-   through that to the configuration manager.
+   commands through that to the configuration manager.
 """
 """
 
 
 from isc.cc import Session
 from isc.cc import Session