The branch, master has been updated via d79176f0865a1b9a66bb90e1ad33f4c47dc6ba75 (commit) from 8962ee55af016895cd725ecf59245c3020b3eed8 (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 d79176f0865a1b9a66bb90e1ad33f4c47dc6ba75 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 28 06:08:57 2013 +0100 more whitespace fixes at EOL ----------------------------------------------------------------------- Summary of changes: x2gobroker/config.py | 12 ++++++------ x2gobroker/tests/runalltests.py | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) The diff of changes is: diff --git a/x2gobroker/config.py b/x2gobroker/config.py index c441a12..962b33c 100644 --- a/x2gobroker/config.py +++ b/x2gobroker/config.py @@ -43,7 +43,7 @@ class X2GoBrokerConfigFile(object): Class for processing a ini-file like configuration file. If entries are omitted in such a config file, they are filled with - default values (as hard-coded in Python X2goBroker), so the resulting objects + default values (as hard-coded in Python X2goBroker), so the resulting objects always contain the same fields. The default values are also used to define a data type for each configuration @@ -127,7 +127,7 @@ class X2GoBrokerConfigFile(object): Stores a value for a given section and key. This methods affects a ConfigParser object held in - RAM. No configuration file is affected by this + RAM. No configuration file is affected by this method. To write the configuration to disk use the L{write()} method. @@ -150,9 +150,9 @@ class X2GoBrokerConfigFile(object): def _fill_defaults(self): """\ - Fills a C{ConfigParser} object with the default config file - values as pre-defined in Python X2GoBroker or. This ConfigParser - object is held in RAM. No configuration file is affected by this + Fills a C{ConfigParser} object with the default config file + values as pre-defined in Python X2GoBroker or. This ConfigParser + object is held in RAM. No configuration file is affected by this method. """ @@ -205,7 +205,7 @@ class X2GoBrokerConfigFile(object): @param key: the ini file key in the given section @type key: C{str} - @return: a Python variable type + @return: a Python variable type @rtype: class """ diff --git a/x2gobroker/tests/runalltests.py b/x2gobroker/tests/runalltests.py index badc6cc..f0156db 100644 --- a/x2gobroker/tests/runalltests.py +++ b/x2gobroker/tests/runalltests.py @@ -18,8 +18,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -"""\ -This file is a default test runner as found in ZOPE/Plone products. It works +""" +This file is a default test runner as found in ZOPE/Plone products. It works fine for any kind of Python unit testing---as we do here for Python X2GoBroker. """ hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).