Convert print to function for Python 3 compatibility

This commit is contained in:
Mike Croucher 2015-02-26 09:01:27 +00:00
parent 4512964f09
commit 4b4e5d4901
5 changed files with 10 additions and 10 deletions

View file

@ -159,10 +159,10 @@ def new_shape_string(sf,name,regex,field=2,type=None):
newshp.line(parts=_parts)
newshp.records.append(sr.record)
print len(sr.record)
print(len(sr.record))
newshp.save(name)
print index
print(index)
def apply_bbox(sf,ax):
"""