[Checkins] SVN:	grok/branches/0.13/src/grok/ftests/security/preserve_permissions.py	No need to grok this module twice.
    Uli Fouquet 
    uli at gnufix.de
       
    Fri Dec 12 09:22:00 EST 2008
    
    
  
Log message for revision 93963:
  No need to grok this module twice.
Changed:
  U   grok/branches/0.13/src/grok/ftests/security/preserve_permissions.py
-=-
Modified: grok/branches/0.13/src/grok/ftests/security/preserve_permissions.py
===================================================================
--- grok/branches/0.13/src/grok/ftests/security/preserve_permissions.py	2008-12-12 14:21:16 UTC (rev 93962)
+++ grok/branches/0.13/src/grok/ftests/security/preserve_permissions.py	2008-12-12 14:21:59 UTC (rev 93963)
@@ -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