Parcourir la source

Merge branch 'trac319'

Jelte Jansen il y a 14 ans
Parent
commit
254f34910f
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  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
 """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