Skip to content

Commit 3c4521b

Browse files
committed
Update import location for pyproj
1 parent 788af31 commit 3c4521b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/allskymap.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
from numpy import *
2424
import matplotlib.pyplot as pl
2525
from matplotlib.pyplot import *
26-
from mpl_toolkits.basemap import Basemap, pyproj
27-
from mpl_toolkits.basemap.pyproj import Geod
26+
from mpl_toolkits.basemap import Basemap
27+
import pyproj
28+
from pyproj import Geod
2829

2930
__all__ = ['AllSkyMap']
3031

0 commit comments

Comments
 (0)