Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5d5c61

Browse files
committed
removed old code cruft
svn path=/trunk/matplotlib/; revision=3008
1 parent 75338e1 commit e5d5c61

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/matplotlib/backends/backend_ps.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def _fn_name(): return sys._getframe(1).f_code.co_name
88

99
from tempfile import gettempdir
1010
from cStringIO import StringIO
11-
from matplotlib import verbose, __version__, rcParams, get_data_path
11+
from matplotlib import verbose, __version__, rcParams
1212
from matplotlib._pylab_helpers import Gcf
1313
import matplotlib.agg as agg
1414
from matplotlib.afm import AFM
@@ -972,8 +972,6 @@ def encodeTTFasPS(fontfile):
972972

973973

974974
class FigureCanvasPS(FigureCanvasBase):
975-
basepath = get_data_path()
976-
977975
def draw(self):
978976
pass
979977

0 commit comments

Comments
 (0)