[Checkins] SVN: grok/trunk/src/grok/publication.py Removed two	extraneous imports now that Martijn has successfully
    Brandon Rhodes 
    brandon at rhodesmill.org
       
    Thu Jan  8 16:24:27 EST 2009
    
    
  
Log message for revision 94665:
  Removed two extraneous imports now that Martijn has successfully
  simplified and improved the criterion for doing a Grok-style security
  check.
  
Changed:
  U   grok/trunk/src/grok/publication.py
-=-
Modified: grok/trunk/src/grok/publication.py
===================================================================
--- grok/trunk/src/grok/publication.py	2009-01-08 21:22:04 UTC (rev 94664)
+++ grok/trunk/src/grok/publication.py	2009-01-08 21:24:27 UTC (rev 94665)
@@ -38,8 +38,6 @@
      BrowserFactory, XMLRPCFactory, HTTPFactory
 from zope.app.http.interfaces import IHTTPException
 
-from grokcore.view import View as GrokView
-from grok.components import JSON
 from grok.interfaces import IGrokSecurityView
 
 class ZopePublicationSansProxy(object):
    
    
More information about the Checkins
mailing list