Remove deprecated get_example_data. #7834

Merged
merged 1 commit into from Jan 15, 2017
Jump to file
+0 −9
Split
@@ -755,15 +755,6 @@ def _get_data_path_cached():
always=False)
-def get_example_data(fname):
- """
- get_example_data is deprecated -- use matplotlib.cbook.get_sample_data
- instead
- """
- raise NotImplementedError('get_example_data is deprecated -- use '
- 'matplotlib.cbook.get_sample_data instead')
-
-
def get_py2exe_datafiles():
datapath = get_data_path()
_, tail = os.path.split(datapath)