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

@ -328,6 +328,7 @@ class SpatialReference(GDALBase):
"Returns the XML representation of this Spatial Reference."
return capi.to_xml(self.ptr, byref(c_char_p()), dialect)
class CoordTransform(GDALBase):
"The coordinate system transformation object."