|
From: <jd...@us...> - 2008-10-15 16:25:28
|
Revision: 6208
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6208&view=rev
Author: jdh2358
Date: 2008-10-15 15:58:27 +0000 (Wed, 15 Oct 2008)
Log Message:
-----------
added unicode flag
Modified Paths:
--------------
trunk/matplotlib/examples/pylab_examples/mathtext_examples.py
Modified: trunk/matplotlib/examples/pylab_examples/mathtext_examples.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/mathtext_examples.py 2008-10-15 15:55:29 UTC (rev 6207)
+++ trunk/matplotlib/examples/pylab_examples/mathtext_examples.py 2008-10-15 15:58:27 UTC (rev 6208)
@@ -53,7 +53,7 @@
]
if sys.maxunicode > 0xffff:
- stests.append('$\mathrm{\ue0f2 \U0001D538}$')
+ stests.append(ur'$\mathrm{\ue0f2 \U0001D538}$')
from pylab import *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|