[Zope-CVS] SVN: Products.enablesettrace/trunk/__init__.py
Implemented. Thanks to Zach Bir for sending me this code. :)
Jim Fulton
jim at zope.com
Fri Jan 27 17:59:20 EST 2006
Log message for revision 41469:
Implemented. Thanks to Zach Bir for sending me this code. :)
Changed:
A Products.enablesettrace/trunk/__init__.py
-=-
Added: Products.enablesettrace/trunk/__init__.py
===================================================================
--- Products.enablesettrace/trunk/__init__.py 2006-01-27 22:33:25 UTC (rev 41468)
+++ Products.enablesettrace/trunk/__init__.py 2006-01-27 22:59:20 UTC (rev 41469)
@@ -0,0 +1,2 @@
+import AccessControl
+AccessControl.ModuleSecurityInfo('pdb').declarePublic('set_trace')
Property changes on: Products.enablesettrace/trunk/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
More information about the Zope-CVS
mailing list