Revision: 3691
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3691&view=rev
Author:   mdboom
Date:     2007-08-09 07:39:11 -0700 (Thu, 09 Aug 2007)

Log Message:
-----------
Removed some unnecessary imports.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py     2007-08-09 
14:23:46 UTC (rev 3690)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py     2007-08-09 
14:39:11 UTC (rev 3691)
@@ -30,7 +30,7 @@
 from matplotlib.ft2font import FT2Font, FIXED_WIDTH, ITALIC, LOAD_NO_SCALE, \
     LOAD_NO_HINTING, KERNING_UNFITTED
 from matplotlib.mathtext import math_parse_s_pdf
-from matplotlib.transforms import Bbox, Affine, multiply_affines, Value
+from matplotlib.transforms import Bbox
 from matplotlib import ttconv
 
 # Overview


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to