[Zope3-checkins] CVS: Zope3/src/ZConfig/tests - test_zopeschema.py:1.5

Albertas Agejevas alga@codeworks.lt
Thu, 13 Mar 2003 13:49:25 -0500


Update of /cvs-repository/Zope3/src/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv1411/src/ZConfig/tests

Modified Files:
	test_zopeschema.py 
Log Message:
An unexpected raid by the Whitespace Police.

Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.



=== Zope3/src/ZConfig/tests/test_zopeschema.py 1.4 => 1.5 ===
--- Zope3/src/ZConfig/tests/test_zopeschema.py:1.4	Wed Feb 19 10:54:15 2003
+++ Zope3/src/ZConfig/tests/test_zopeschema.py	Thu Mar 13 13:48:54 2003
@@ -23,7 +23,7 @@
 except NameError:
     True = 1
     False = 0
-    
+
 class StreamHandler:
     pass
 
@@ -105,7 +105,7 @@
     return value
 
 def dirname(value):
-    _assert( os.path.exists(os.path.dirname(value)) )
+    _assert(os.path.exists(os.path.dirname(value)))
     return value
 
 def constructor(value):