[Checkins] SVN: z3c.boiler/trunk/setup.py Fix desc.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Mar 27 07:15:17 EDT 2009


Log message for revision 98414:
  Fix desc.
  

Changed:
  U   z3c.boiler/trunk/setup.py

-=-
Modified: z3c.boiler/trunk/setup.py
===================================================================
--- z3c.boiler/trunk/setup.py	2009-03-27 11:08:21 UTC (rev 98413)
+++ z3c.boiler/trunk/setup.py	2009-03-27 11:15:17 UTC (rev 98414)
@@ -16,13 +16,12 @@
 $Id$
 """
 import os
-import xml.sax.saxutils
 from setuptools import setup, find_packages
 
 def read(*rnames):
     text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
     text = unicode(text, 'utf-8').encode('ascii', 'xmlcharrefreplace')
-    return xml.sax.saxutils.escape(text)
+    return text
 
 setup (
     name='z3c.boiler',



More information about the Checkins mailing list