[Checkins] SVN: zope.locking/trunk/src/zope/locking/browser/tokenview.py Take away all deprecations (except i18n:translate, where pertinent).

Gary Poster gary at zope.com
Fri Apr 28 20:25:13 EDT 2006


Log message for revision 67741:
  Take away all deprecations (except i18n:translate, where pertinent).
  

Changed:
  U   zope.locking/trunk/src/zope/locking/browser/tokenview.py

-=-
Modified: zope.locking/trunk/src/zope/locking/browser/tokenview.py
===================================================================
--- zope.locking/trunk/src/zope/locking/browser/tokenview.py	2006-04-29 00:23:14 UTC (rev 67740)
+++ zope.locking/trunk/src/zope/locking/browser/tokenview.py	2006-04-29 00:25:12 UTC (rev 67741)
@@ -4,7 +4,7 @@
 from zope.interface.common.idatetime import ITZInfo
 from zope.security.checker import canAccess, canWrite
 from zope.security.interfaces import IGroup
-import zope.formlib.page
+import zope.publisher.browser
 import zope.formlib.namedtemplate
 
 from zope.app.publisher.interfaces.browser import IBrowserMenuItem
@@ -19,7 +19,7 @@
 UNAVAILABLE = _('This action is unavailable now')
 ERROR = _('Bad expiration date value')
 
-class ManageTokenView(zope.formlib.page.Page):
+class ManageTokenView(zope.publisher.browser.BrowserPage):
 
     prefix="manage_tokens"
 



More information about the Checkins mailing list