8000 change cbook relative import to absolute · matplotlib/matplotlib@b8d1953 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8d1953

Browse files
committed
change cbook relative import to absolute
1 parent 6413ab4 commit b8d1953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pylab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
from __future__ import print_function
217217
import sys, warnings
218218

219-
from .cbook import flatten, is_string_like, exception_to_str, \
219+
from matplotlib.cbook import flatten, is_string_like, exception_to_str, \
220220
silent_list, iterable, dedent
221221

222222
from matplotlib import mpl # pulls in most modules

0 commit comments

Comments
 (0)
0