#9361: typo in gis/gdal/geometries.py
-----------------------+----------------------------------------------------
 Reporter:  guillaume  |       Owner:  jbronn    
   Status:  new        |   Milestone:            
Component:  GIS        |     Version:  1.0       
 Keywords:  gdal       |       Stage:  Unreviewed
Has_patch:  1          |  
-----------------------+----------------------------------------------------
 /contrib/gis/gdal/geometries.py says, line 87 :

 geo_input = geo_input.encode('ascii')

 where it should be :

 geom_input = geom_input.encode('ascii')

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9361>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to