Skip to content

Commit

Permalink
Merge pull request #1637 from jakevdp/rel_import
Browse files Browse the repository at this point in the history
Fixed pylab for python3.
  • Loading branch information
pelson committed Jan 10, 2013
2 parents ce2da6b + b8d1953 commit 24c1417
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 matplotlib.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 24c1417

Please sign in to comment.