We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1204c8 commit ecd102bCopy full SHA for ecd102b
lib/mpl_toolkits/basemap/__init__.py
@@ -61,7 +61,8 @@
61
if not os.path.isdir(basemap_datadir):
62
raise RuntimeError('Path in environment BASEMAPDATA not a directory')
63
else:
64
- basemap_datadir = os.sep.join([os.path.dirname(__file__), 'data'])
+ from mpl_toolkits import basemap_data
65
+ basemap_datadir = os.path.dirname(basemap_data.__file__)
66
67
__version__ = '1.2.2+dev'
68
0 commit comments