Skip to content

Commit 6e11c3c

Browse files
committed
proj.py: update import location for pyproj
1 parent f3f31fa commit 6e11c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/proj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from . import pyproj
2+
import pyproj
33
import math
44
from matplotlib.cbook import dedent
55

0 commit comments

Comments
 (0)