Skip to content

Commit

Permalink
Merge pull request #1264 from pelson/single_date_test_failure
Browse files Browse the repository at this point in the history
Re-added the matplotlib.dates import on axes
  • Loading branch information
mdboom committed Sep 17, 2012
2 parents 806928a + b13ef42 commit 795930e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/axes.py
Expand Up @@ -16,6 +16,7 @@
import matplotlib.collections as mcoll
import matplotlib.colors as mcolors
import matplotlib.contour as mcontour
import matplotlib.dates as _ # <-registers a date unit converter
from matplotlib import docstring
import matplotlib.font_manager as font_manager
import matplotlib.image as mimage
Expand Down

0 comments on commit 795930e

Please sign in to comment.