[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/utility - __init__.py:1.8.2.2

Sidnei da Silva sidnei at x3ng.com.br
Wed Aug 13 11:00:39 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/services/utility
In directory cvs.zope.org:/tmp/cvs-serv604/src/zope/app/browser/services/utility

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	__init__.py 
Log Message:
I hope an empty list means that allowed_values is not to be used, thus render a field instead of a select. A few whitespace cleaning.

=== Zope3/src/zope/app/browser/services/utility/__init__.py 1.8.2.1 => 1.8.2.2 ===
--- Zope3/src/zope/app/browser/services/utility/__init__.py:1.8.2.1	Wed Aug 13 09:36:11 2003
+++ Zope3/src/zope/app/browser/services/utility/__init__.py	Wed Aug 13 10:00:32 2003
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
@@ -41,7 +41,7 @@
                            interface.getName()))
         result.append('</select>')
         return '\n'.join(result)
-        
+
 
 class AddRegistration(AddComponentRegistration):
     """View for adding a utility registration.




More information about the Zope3-Checkins mailing list