supprimé: m/__init__.pyc

This commit is contained in:
sidya82 2014-03-31 00:41:04 +02:00
parent d050fe643c
commit d593bca4f4
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -128,8 +128,8 @@ try :
val = cookie.value
ws = create_connection("ws://127.0.0.1/socket",\
header={"Cookie:user="+val})
print "Sending"
ws.send("Asf for data")
print "Sending :ask for data"
ws.send("Ask for data")
print "Sent"
print "Receiving..."
result = ws.recv()
@ -182,8 +182,8 @@ try :
val = cookie.value
ws = create_connection("ws://127.0.0.1/socket",\
header={"Cookie:user="+val})
print "Sending"
ws.send("Asf for data")
print "Sending : ask for data"
ws.send("Ask for data")
print "Sent"
print "Receiving..."
result = ws.recv()