# HG changeset patch # User Jeff Hammel # Date 1380186156 25200 # Node ID 0a800613af9a0b9a1db34d229c4c5a9c0236020b # Parent 26bb5e99f76c1e27374c314514c1ba5a28add5d8 textshaper/main.py diff -r 26bb5e99f76c -r 0a800613af9a textshaper/main.py --- a/textshaper/main.py Tue Sep 24 16:43:06 2013 -0700 +++ b/textshaper/main.py Thu Sep 26 02:02:36 2013 -0700 @@ -11,7 +11,7 @@ import sys import time -def display(content) +def display(content): print content print '--' nlines = len(content.splitlines())