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

Changeset 368

Show
Ignore:
Timestamp:
09/02/10 19:44:47
Author:
cbc
Message:

cElementTree might be faster for the parse module.

Files:

Legend:

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

    r367 r368  
    2828import unittest 
    2929from StringIO import StringIO 
    30 import xml.etree.ElementTree as ET 
     30import xml.etree.cElementTree as ET 
    3131 
    3232USAGE = "\n".join(__doc__.splitlines()[3:8])