Added newline at EOF.

This commit is contained in:
Bob Lantz
2010-03-12 16:17:32 -08:00
parent 4065511abb
commit 740d7ce39a
+1 -1
View File
@@ -177,4 +177,4 @@ def makeNumeric( s ):
elif checkFloat( s ):
return float( s )
else:
return s
return s