[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.0.44.2-19-gc00b539

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:28:27 CET 2014


The branch, build-baikal has been updated
       via  c00b539bc7c8770f335db2f7ce415d03626557d5 (commit)
      from  f3153d039afb4b74bbebbfa40d1c32b348d8ffda (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/inifiles.py |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

The diff of changes is:
diff --git a/x2go/inifiles.py b/x2go/inifiles.py
index 68ebee4..8036edd 100644
--- a/x2go/inifiles.py
+++ b/x2go/inifiles.py
@@ -28,7 +28,6 @@ X2goProcessIniFile - helper class for parsing .ini files
 """
 __NAME__ = 'x2goinifiles-pylib'
 
-
 # modules
 import os
 import ConfigParser
@@ -62,10 +61,10 @@ class X2goIniFile(object):
 
     def __init__(self, config_files, defaults=None, logger=None, loglevel=log.loglevel_DEFAULT):
         """\
-        @param config_files: a list of configuration files names (e.g. a global filename and a user's home 
+        @param config_files: a list of configuration file names (e.g. a global filename and a user's home
             directory filename)
         @type config_files: C{list}
-        @param defaults: a cascaded Python dicitionary structure with ini file defaults (to override 
+        @param defaults: a cascaded Python dicitionary structure with ini file defaults (to override
             Python X2go's hard coded defaults in L{defaults}
         @type defaults: dict
         @param logger: you can pass an L{X2goLogger} object to the
@@ -92,8 +91,8 @@ class X2goIniFile(object):
             self.defaultValues = defaults
 
         # we purposefully do not inherit the SafeConfigParser class
-        # here as we do not want to run into name conflicts between 
-        # X2go ini file options and method / property names in 
+        # here as we do not want to run into name conflicts between
+        # X2go ini file options and method / property names in
         # SafeConfigParser... This is a pre-cautious approach...
         self.iniConfig = ConfigParser.SafeConfigParser()
         self.iniConfig.optionxform = str
@@ -143,7 +142,8 @@ class X2goIniFile(object):
 
         This methods affects a SafeConfigParser object held in
         RAM. No configuration file is affected by this 
-        method.
+        method. To write the configuration to disk use
+        the L{write()} method.
 
         @param section: the ini file section
         @type section: C{str}


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list