From: <pj...@us...> - 2008-10-02 00:16:39
|
Revision: 5355 http://jython.svn.sourceforge.net/jython/?rev=5355&view=rev Author: pjenvey Date: 2008-10-02 00:16:29 +0000 (Thu, 02 Oct 2008) Log Message: ----------- whitespace Modified Paths: -------------- trunk/jython/ast/astview.py Modified: trunk/jython/ast/astview.py =================================================================== --- trunk/jython/ast/astview.py 2008-10-02 00:13:21 UTC (rev 5354) +++ trunk/jython/ast/astview.py 2008-10-02 00:16:29 UTC (rev 5355) @@ -20,10 +20,10 @@ def get_class_name(t): result = t.__class__.__name__ if result in ("expr_contextType", - "boolopType", - "unaryopType", - "cmpopType", - "operatorType"): + "boolopType", + "unaryopType", + "cmpopType", + "operatorType"): result = str(t) if result == "AugLoad": result = "Load" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |