[Checkins] SVN:	grok/branches/0.12/src/grok/ftests/security/preserve_permissions.py	No need to grok this module twice.
    Uli Fouquet 
    uli at gnufix.de
       
    Fri Dec 12 09:28:31 EST 2008
    
    
  
Log message for revision 93966:
  No need to grok this module twice.
Changed:
  U   grok/branches/0.12/src/grok/ftests/security/preserve_permissions.py
-=-
Modified: grok/branches/0.12/src/grok/ftests/security/preserve_permissions.py
===================================================================
--- grok/branches/0.12/src/grok/ftests/security/preserve_permissions.py	2008-12-12 14:25:42 UTC (rev 93965)
+++ grok/branches/0.12/src/grok/ftests/security/preserve_permissions.py	2008-12-12 14:28:31 UTC (rev 93966)
@@ -32,7 +32,6 @@
 But we can still access Grok views not explicitly protected. We create
 an application and add it to the database::
 
-  >>> grok.testing.grok(__name__)
   >>> from grok.ftests.security.preserve_permissions import App
   >>> root = getRootFolder()
   >>> root['app'] = App()
    
    
More information about the Checkins
mailing list