Changeset 13647

Show
Ignore:
Timestamp:
01/31/08 22:52:23 (5 months ago)
Author:
hobu
Message:

fix #2187

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/swig/include/python/ogr_python.i

    r13154 r13647  
    109109layer[0] would return the first feature on the layer. 
    110110layer[0:4] would return a list of the first four features.""" 
     111        import types 
    111112        if isinstance(value, types.SliceType): 
    112113            output = []