[Python-checkins] r54790 - sandbox/trunk/2to3/tests/pytree_idempotency.py

collin.winter python-checkins at python.org
Thu Apr 12 18:11:33 CEST 2007


Author: collin.winter
Date: Thu Apr 12 18:11:32 2007
New Revision: 54790

Modified:
   sandbox/trunk/2to3/tests/pytree_idempotency.py
Log:
Indentation fix.

Modified: sandbox/trunk/2to3/tests/pytree_idempotency.py
==============================================================================
--- sandbox/trunk/2to3/tests/pytree_idempotency.py	(original)
+++ sandbox/trunk/2to3/tests/pytree_idempotency.py	Thu Apr 12 18:11:32 2007
@@ -28,9 +28,9 @@
     fn = "example.py"
     tree = dr.parse_file(fn, debug=True)
     if not diff(fn, tree):
-      print "No diffs."
+        print "No diffs."
     if not sys.argv[1:]:
-      return # Pass a dummy argument to run the complete test suite below
+        return # Pass a dummy argument to run the complete test suite below
 
     problems = []
 


More information about the Python-checkins mailing list