r5436 - trunk/wooly/python/wooly

tmckay at fedoraproject.org tmckay at fedoraproject.org
Mon Jul 30 17:06:25 UTC 2012


Author: tmckay
Date: 2012-07-30 17:06:24 +0000 (Mon, 30 Jul 2012)
New Revision: 5436

Modified:
   trunk/wooly/python/wooly/util.py
Log:
Use standard encoding for single quote.


Modified: trunk/wooly/python/wooly/util.py
===================================================================
--- trunk/wooly/python/wooly/util.py	2012-07-25 17:48:53 UTC (rev 5435)
+++ trunk/wooly/python/wooly/util.py	2012-07-30 17:06:24 UTC (rev 5436)
@@ -20,7 +20,7 @@
 from parsley.collectionsex import *
 
 quote_entities = {'"': """,
-                  "'": "'"}
+                  "'": "'"}
 
 def xml_escape(string, entities=None):
     if type(string) in (str, unicode):



More information about the cumin-developers mailing list