Revision: 7299
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7299&view=rev
Author:   evilguru
Date:     2009-07-27 19:49:20 +0000 (Mon, 27 Jul 2009)

Log Message:
-----------
Fix an error importing afm.py.

Modified Paths:
--------------
    branches/mathtex/lib/matplotlib/afm.py

Modified: branches/mathtex/lib/matplotlib/afm.py
===================================================================
--- branches/mathtex/lib/matplotlib/afm.py      2009-07-27 19:35:47 UTC (rev 
7298)
+++ branches/mathtex/lib/matplotlib/afm.py      2009-07-27 19:49:20 UTC (rev 
7299)
@@ -35,7 +35,7 @@
 """
 
 import sys, os, re
-from _mathtext_data import uni2type1
+from _font_data import uni2type1
 
 #Convert string the a python type
 _to_int = int


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

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to