Changeset 892

Show
Ignore:
Timestamp:
10/12/07 01:15:14
Author:
dokai
Message:

Adding missing implements(IFeatureSource) call.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PCL/trunk/PCL-GDAL/cartography/data/disk.py

    r876 r892  
    3333from cartography.data.feature import IntegerProperty, RealProperty, \ 
    3434    StringProperty, GeometryProperty 
    35 from cartography.data.interfaces import IFeatureStore, IDataStore, IRasterStore 
     35from cartography.data.interfaces import IFeatureStore, IDataStore, IRasterStore, IFeatureSource 
    3636 
    3737import gdal 
     
    215215 
    216216class DiskFeatureSource: 
     217 
     218    implements(IFeatureSource) 
    217219 
    218220    def __init__(self, store, typename, bbox=None, properties=None,