[Checkins] SVN: z3c.securitytool/trunk/s Added some more tests and updated setup.py

Daniel Blackburn blackburnd at gmail.com
Tue Jan 29 16:26:35 EST 2008


Log message for revision 83306:
  Added some more tests and updated setup.py
  

Changed:
  U   z3c.securitytool/trunk/setup.py
  U   z3c.securitytool/trunk/src/z3c/securitytool/README.txt

-=-
Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-01-29 18:27:16 UTC (rev 83305)
+++ z3c.securitytool/trunk/setup.py	2008-01-29 21:26:35 UTC (rev 83306)
@@ -23,11 +23,11 @@
     text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
     return xml.sax.saxutils.escape(text)
 
-chapters = read('README.txt')
+chapters = read('./src/z3c/securitytool/README.txt')
 
 setup (
     name='z3c.securitytool',
-    version='0.2.1',
+    version='0.2.2',
     author = "Daniel Blackburn, Martin Hefler, Markus Kemmerl, Stephan Richter, Randy Crafton",
     author_email = "zope3-dev at zope.org",
     description = "An security audit tool for Zope3 views",
@@ -37,6 +37,7 @@
         'Detailed Documentation\n'
         '**********************\n'
         + '\n' + chapters
+
         + '\n\n' +
         read('CHANGES.txt')
         ),

Modified: z3c.securitytool/trunk/src/z3c/securitytool/README.txt
===================================================================
--- z3c.securitytool/trunk/src/z3c/securitytool/README.txt	2008-01-29 18:27:16 UTC (rev 83305)
+++ z3c.securitytool/trunk/src/z3c/securitytool/README.txt	2008-01-29 21:26:35 UTC (rev 83306)
@@ -378,9 +378,6 @@
     ...                                              [['viewName',settings]])
 
 
-
-
-
 Here we will test with the principal that was populated earlier.
     >>> daniel  = principals.definePrincipal('daniel','daniel','daniel')
     >>> pprint(first.principalPermissions('daniel') )



More information about the Checkins mailing list