Continue to attack E302 violations

This commit is contained in:
Alex Gaynor 2013-11-02 10:18:46 -07:00
parent 8b3d9d96ed
commit 19256f300e
67 changed files with 171 additions and 2 deletions

View file

@ -67,7 +67,7 @@ from django.utils.six.moves import xrange
#
# The OGR_G_* routines are relevant here.
#### OGRGeometry Class ####
class OGRGeometry(GDALBase):
"Generally encapsulates an OGR geometry."