[Checkins] SVN: z3c.securitytool/trunk/setup.py clean up

Michael Howitz mh at gocept.com
Mon Oct 25 02:47:37 EDT 2010


Log message for revision 117835:
  clean up
  

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

-=-
Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2010-10-25 06:47:17 UTC (rev 117834)
+++ z3c.securitytool/trunk/setup.py	2010-10-25 06:47:37 UTC (rev 117835)
@@ -11,21 +11,16 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup
-
-$Id: setup.py 81198 2007-10-30 08:08:29Z icemac $
-"""
-import os
-import xml.sax.saxutils
+import os.path
 from setuptools import setup, find_packages
 
+
 def read(*rnames):
     text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
     return text + '\n\n'
 
-readmeText = read('./src/z3c/securitytool/README.txt')
 
-setup (
+setup(
     name='z3c.securitytool',
     version='0.5.2dev',
     author = "Daniel Blackburn, Stephan Richter, Randy Crafton",



More information about the checkins mailing list