Skip to content

Commit

Permalink
white space adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil n committed Nov 11, 2007
1 parent 3270f36 commit 2f96906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ustr.py
Expand Up @@ -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,
Expand Down

0 comments on commit 2f96906

Please sign in to comment.