[Zope3-checkins] CVS: Zope3/src/zope/schema - _field.py:1.29

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 2 09:27:15 EST 2004


Update of /cvs-repository/Zope3/src/zope/schema
In directory cvs.zope.org:/tmp/cvs-serv22666/src/zope/schema

Modified Files:
	_field.py 
Log Message:


Split imports, to reduce line length to < 80 chars.


=== Zope3/src/zope/schema/_field.py 1.28 => 1.29 ===
--- Zope3/src/zope/schema/_field.py:1.28	Thu Jan 22 11:31:27 2004
+++ Zope3/src/zope/schema/_field.py	Tue Mar  2 09:27:14 2004
@@ -33,7 +33,8 @@
 from zope.schema.interfaces import IMinMaxLen, IText, ITextLine
 from zope.schema.interfaces import ISourceText
 from zope.schema.interfaces import IInterfaceField
-from zope.schema.interfaces import IBool, IInt, IBytes, IASCII, IBytesLine, IFloat
+from zope.schema.interfaces import IBytes, IASCII, IBytesLine
+from zope.schema.interfaces import IBool, IInt, IFloat
 from zope.schema.interfaces import IDatetime, ISequence, ITuple, IList, IDict
 from zope.schema.interfaces import IPassword, IObject, IDate, IEnumeratedDate
 from zope.schema.interfaces import IEnumeratedDatetime, IEnumeratedTextLine




More information about the Zope3-Checkins mailing list