Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
map is just map for Python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Aug 9, 2015
1 parent 1f4c515 commit 2fa8382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbox/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
if sys.version_info < (3,):
map = itertools.imap
else:
map = itertools.map
map = map

0 comments on commit 2fa8382

Please sign in to comment.