Skip to content

Commit 1208d44

Browse files
committed
update to pyproj import location
1 parent 12b182e commit 1208d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utmtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import print_function
2-
from mpl_toolkits.basemap import pyproj
2+
import pyproj
33
from mpl_toolkits.basemap import Basemap
44
import matplotlib.pyplot as plt
55
# proj4 definition of UTM zone 17.

0 commit comments

Comments
 (0)