Remove newline

pull/1/head
Behdad Esfahbod 13 years ago
parent e4ccbfe276
commit 3c9a39ecd6
  1. 2
      test/shaping/hb_test_tools.py

@ -188,6 +188,8 @@ class UtilMains:
line = sys.stdin.readline ()
if not len (line):
break
if line[-1] == '\n':
line = line[:-1]
print callback (line)
else:
args = sys.argv[1:]

Loading…
Cancel
Save