Skip to content

Commit

Permalink
change cbook to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Jan 5, 2013
1 parent 3f76b21 commit 6413ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/pylab.py
Expand Up @@ -216,7 +216,7 @@
from __future__ import print_function
import sys, warnings

from cbook import flatten, is_string_like, exception_to_str, \
from .cbook import flatten, is_string_like, exception_to_str, \
silent_list, iterable, dedent

from matplotlib import mpl # pulls in most modules
Expand Down

0 comments on commit 6413ab4

Please sign in to comment.