[Zope-Checkins] SVN: Zope/trunk/lib/python/DocumentTemplate/ustr.py
white space adjusted
nikhil n
nikhil.n.n at gmail.com
Sun Nov 11 09:31:53 EST 2007
Log message for revision 81756:
white space adjusted
Changed:
U Zope/trunk/lib/python/DocumentTemplate/ustr.py
-=-
Modified: Zope/trunk/lib/python/DocumentTemplate/ustr.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/ustr.py 2007-11-11 14:26:44 UTC (rev 81755)
+++ Zope/trunk/lib/python/DocumentTemplate/ustr.py 2007-11-11 14:31:53 UTC (rev 81756)
@@ -15,7 +15,7 @@
$Id$
"""
-nasty_exception_str = getattr(Exception.__str__,'im_func',None)
+nasty_exception_str = getattr(Exception.__str__, 'im_func', None)
def ustr(v):
"""Convert any object to a plain string or unicode string,
More information about the Zope-Checkins
mailing list