Changeset 650

Show
Ignore:
Timestamp:
03/31/07 10:55:47
Author:
hobu
Message:

change references to WMS to be WFS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OWSLib/trunk/owslib/wfs.py

    r649 r650  
    195195 
    196196class ContentMetadata: 
    197     """Abstraction for WMS metadata. 
     197    """Abstraction for WFS metadata. 
    198198     
    199199    Implements IMetadata. 
     
    230230 
    231231class OperationMetadata: 
    232     """Abstraction for WMS metadata. 
     232    """Abstraction for WFS metadata. 
    233233     
    234234    Implements IMetadata. 
     
    249249    """Abstraction for contact details advertised in GetCapabilities. 
    250250    """ 
    251     # TODO: refactor with class from wm
     251    # TODO: refactor with class from wf
    252252 
    253253    def __init__(self, elem):