[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder - LoadedFolderFields.py:1.3

Stephan Richter srichter@cbu.edu
Fri, 19 Jul 2002 09:21:10 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder
In directory cvs.zope.org:/tmp/cvs-serv27816/lib/python/Zope/App/OFS/Content/Folder

Modified Files:
	LoadedFolderFields.py 
Log Message:
Starting up Zope was broken. I fixed that by removing some more Formulator 
stuff. I will fix the Loaded Folder (which is broke now) when I come back,
since I have to run. 

I just also noticed there are still plenty of stale S{CONTENTOBJECT}Fields.py
files flying around.


=== Zope3/lib/python/Zope/App/OFS/Content/Folder/LoadedFolderFields.py 1.2 => 1.3 ===
 $Id$
 """
 
-
-from Zope.App.Formulator import getField
-
-
-LimitField = getField('IntegerField')(
-    id='limit',
-    title='Limit',
-    description='Limit of objects in the container.',
-    start=1,
-    default=1000 )