[Zope-Checkins] CVS: Zope/lib/python/Products/ExternalMethod/tests/Extensions - Test.py:1.3

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 18:14:12 -0400


Update of /cvs-repository/Zope/lib/python/Products/ExternalMethod/tests/Extensions
In directory cvs.zope.org:/tmp/cvs-serv22198/tests/Extensions

Modified Files:
	Test.py 
Log Message:
Clean up indentation and trailing whitespace.


=== Zope/lib/python/Products/ExternalMethod/tests/Extensions/Test.py 1.2 => 1.3 ===
--- Zope/lib/python/Products/ExternalMethod/tests/Extensions/Test.py:1.2	Mon Apr 22 17:54:49 2002
+++ Zope/lib/python/Products/ExternalMethod/tests/Extensions/Test.py	Wed Aug 14 18:14:11 2002
@@ -1,8 +1,4 @@
-
 from math import sqrt
 
 def testf(arg1, sqrt = sqrt):
     return sqrt(arg1)
-
-
-