Skip to content

Commit

Permalink
FIX importing _string_to_bool from the wrong module
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Jun 29, 2013
1 parent 14ec978 commit 94cb09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from matplotlib.axes._subplots import *
from matplotlib.axes._axes import *
from matplotlib.axes._axes import _string_to_bool
from matplotlib.axes._base import _string_to_bool

0 comments on commit 94cb09b

Please sign in to comment.