[Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration/src/zope/publisher/browser.py This madness was removed a while ago on this branch.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Apr 20 12:58:01 EDT 2005


Log message for revision 30063:
  This madness was removed a while ago on this branch.
  
  

Changed:
  U   Zope3/branches/srichter-twisted-integration/src/zope/publisher/browser.py

-=-
Modified: Zope3/branches/srichter-twisted-integration/src/zope/publisher/browser.py
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/publisher/browser.py	2005-04-20 16:56:03 UTC (rev 30062)
+++ Zope3/branches/srichter-twisted-integration/src/zope/publisher/browser.py	2005-04-20 16:58:01 UTC (rev 30063)
@@ -634,10 +634,6 @@
         else:
             directlyProvides(self, IDefaultBrowserLayer)
 
-    def setPrincipal(self, principal):
-        # HTTPRequest needs to notify the HTTPTask of the username.
-        # We don't want to have to stub HTTPTask in the tests.
-        BaseRequest.setPrincipal(self, principal)
 
 class BrowserResponse(HTTPResponse):
     """Browser response



More information about the Zope3-Checkins mailing list