[Checkins] SVN: z3c.jsonrpc/trunk/setup.py cleanup doc generation

Roger Ineichen roger at projekt01.ch
Mon Feb 23 22:52:49 EST 2009


Log message for revision 97192:
  cleanup doc generation

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

-=-
Modified: z3c.jsonrpc/trunk/setup.py
===================================================================
--- z3c.jsonrpc/trunk/setup.py	2009-02-24 03:45:04 UTC (rev 97191)
+++ z3c.jsonrpc/trunk/setup.py	2009-02-24 03:52:49 UTC (rev 97192)
@@ -20,8 +20,7 @@
 from setuptools import setup, find_packages
 
 def read(*rnames):
-    text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-    return xml.sax.saxutils.escape(text)
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup (
     name='z3c.jsonrpc',



More information about the Checkins mailing list