NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 340

Show
Ignore:
Timestamp:
08/25/10 22:24:19
Author:
cbc
Message:

Remove trailing whitespace per PEP8.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spongenet/trunk/spongenet/expand.py

    r339 r340  
    311311    ...     ref_handle.close() 
    312312    ...     xml_handle.close() 
    313     ...     truths.extend((reffile == xmlfile,  
     313    ...     truths.extend((reffile == xmlfile, 
    314314    ...                    os.path.exists(os.path.splitext(xml_path)[0]),)) 
    315315    >>> truths == [True, False,] * len(paths)