Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#17618 fix bugs involving a missing _Base class in sage/plot/arrow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Jan 13, 2015
1 parent 374eca4 commit bf4b81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def __call__(self, renderer, gc, tpath, affine, rgbFace):
return False


class ConditionalStroke(pe._Base):
class ConditionalStroke(pe.RendererBase):

def __init__(self, condition_func, pe_list):
"""
Expand Down

0 comments on commit bf4b81b

Please sign in to comment.