[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/PropertySets/tests - PropertySet.py:1.4

Jeremy Hylton jeremy@zope.com
Tue, 16 Jul 2002 18:51:02 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/PropertySets/tests
In directory cvs.zope.org:/tmp/cvs-serv8374/tests

Modified Files:
	PropertySet.py 
Log Message:
Remove stray whitespace


=== Zope3/lib/python/Zope/App/OFS/PropertySets/tests/PropertySet.py 1.3 => 1.4 ===
         ps = PSFactory.setfactory('myset', psd, mycontent)
         self.ps = ps
 
-
     def testGetField(self):
         self.assertUnlessNotEqual(self.ps.getField('field1'), self.field1)