summaryrefslogtreecommitdiff
path: root/testing/rect.py
diff options
context:
space:
mode:
authorChristian Brueffer <christian@brueffer.de>2013-08-09 20:46:17 +0200
committerChristian Brueffer <christian@brueffer.de>2013-08-09 20:46:17 +0200
commit0b9adb1f2690baecc173e362acaa7e592540070d (patch)
tree8b3fd942ed7935ae4ed0f3cccdf5e1b40d2b7a3a /testing/rect.py
parent44902d15a720a0fb10550f03d00324db82b9531c (diff)
Kill EOF whitespace.
Diffstat (limited to 'testing/rect.py')
-rw-r--r--testing/rect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/rect.py b/testing/rect.py
index 85e70810..05f0abc4 100644
--- a/testing/rect.py
+++ b/testing/rect.py
@@ -42,4 +42,3 @@ while True:
42 print "Sending SYNC resp" 42 print "Sending SYNC resp"
43 a+=1 43 a+=1
44 sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr) 44 sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)
45