Ticket #2187 (closed defect: fixed)
layer __getitem__ bug
| Reported by: | timaranz | Owned by: | hobu |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.4 |
| Component: | PythonBindings | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: | warmerdam |
Description
I found a bug in the layer.getitem method of the python bindings. It is trying to use the types module but it hasn't been imported (or rather it's been imported and deleted again.), and it doesn't import it explicitly itself.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

