[Checkins] SVN: grok/branches/0.11/src/grok/ftests/security/preserve_permissions.py No need to grok this module twice.

Uli Fouquet uli at gnufix.de
Fri Dec 12 09:36:02 EST 2008


Log message for revision 93969:
  No need to grok this module twice.

Changed:
  U   grok/branches/0.11/src/grok/ftests/security/preserve_permissions.py

-=-
Modified: grok/branches/0.11/src/grok/ftests/security/preserve_permissions.py
===================================================================
--- grok/branches/0.11/src/grok/ftests/security/preserve_permissions.py	2008-12-12 14:32:58 UTC (rev 93968)
+++ grok/branches/0.11/src/grok/ftests/security/preserve_permissions.py	2008-12-12 14:36:02 UTC (rev 93969)
@@ -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