diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
commit | 597b93798a804cde1783d6d2ab53b348d57c44cd (patch) | |
tree | b65e73bb0de634ff5d209b15971ebdabf369a45c /grc/base/Platform.py | |
parent | 1151e5502ccd440ebd89599cf7e4be4fb5ed8334 (diff) |
Removing trailing/extra whitespaces before release.
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
Diffstat (limited to 'grc/base/Platform.py')
-rw-r--r-- | grc/base/Platform.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/grc/base/Platform.py b/grc/base/Platform.py index 187a50c01c..d322a16e83 100644 --- a/grc/base/Platform.py +++ b/grc/base/Platform.py @@ -35,7 +35,7 @@ class Platform(_Element): license='', website=None, colors=None): """ Make a platform from the arguments. - + Args: name: the platform name version: the version string @@ -47,7 +47,7 @@ class Platform(_Element): colors: a list of title, color_spec tuples license: a multi-line license (first line is copyright) website: the website url for this platform - + Returns: a platform object """ @@ -125,10 +125,10 @@ class Platform(_Element): """ Parse a saved flow graph file. Ensure that the file exists, and passes the dtd check. - + Args: flow_graph_file: the flow graph file - + Returns: nested data @throws exception if the validation fails @@ -143,7 +143,7 @@ class Platform(_Element): Load a block tree with categories and blocks. Step 1: Load all blocks from the xml specification. Step 2: Load blocks with builtin category specifications. - + Args: block_tree: the block tree object """ |