[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form -
vocabularywidget.py:1.60
Sidnei da Silva
cvs-admin at zope.org
Wed Oct 29 15:24:17 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv22703/src/zope/app/browser/form
Modified Files:
vocabularywidget.py
Log Message:
Whitespace cleaning
=== Zope3/src/zope/app/browser/form/vocabularywidget.py 1.59 => 1.60 ===
--- Zope3/src/zope/app/browser/form/vocabularywidget.py:1.59 Mon Sep 29 16:13:12 2003
+++ Zope3/src/zope/app/browser/form/vocabularywidget.py Wed Oct 29 15:24:17 2003
@@ -29,7 +29,7 @@
from zope.interface.declarations import directlyProvides
from zope.publisher.browser import BrowserView
from zope.component import getView
-from zope.security.proxy import trustedRemoveSecurityProxy
+from zope.security.proxy import trustedRemoveSecurityProxy
from zope.schema.interfaces import IIterableVocabularyQuery
from zope.schema.interfaces import ValidationError
@@ -218,7 +218,7 @@
_have_field_data = False
- def getInputValue(self):
+ def getInputValue(self):
value = self._compute_data()
field = self.context
More information about the Zope3-Checkins
mailing list