mailr12133 - /1.3/test_suite/formatting.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 04, 2011 - 12:37:
Author: bugman
Date: Tue Jan  4 12:37:44 2011
New Revision: 12133

URL: http://svn.gna.org/viewcvs/relax?rev=12133&view=rev
Log:
Removed the top spacing from the subtitle() function.


Modified:
    1.3/test_suite/formatting.py

Modified: 1.3/test_suite/formatting.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/formatting.py?rev=12133&r1=12132&r2=12133&view=diff
==============================================================================
--- 1.3/test_suite/formatting.py (original)
+++ 1.3/test_suite/formatting.py Tue Jan  4 12:37:44 2011
@@ -60,9 +60,6 @@
     # The width of the subtitle string.
     width = len(text) + 2
 
-    # Top spacing.
-    sys.stdout.write("\n\n")
-
     # Text.
     sys.stdout.write("# %s\n" % text)
 




Related Messages


Powered by MHonArc, Updated Tue Jan 04 13:00:02 2011