From 678e529efc0e6fff65133de6769a5596034d90c6 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 17 May 2012 22:27:03 -0700 Subject: Remove unused xmlstream test client. It's in the repo history if we need it later. --- sleekxmpp/xmlstream/testclient.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sleekxmpp/xmlstream/testclient.py (limited to 'sleekxmpp/xmlstream/testclient.py') diff --git a/sleekxmpp/xmlstream/testclient.py b/sleekxmpp/xmlstream/testclient.py deleted file mode 100644 index 50eb6c50..00000000 --- a/sleekxmpp/xmlstream/testclient.py +++ /dev/null @@ -1,13 +0,0 @@ -import socket -import time - -s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) -s.connect(('localhost', 5228)) -s.send("") -#s.flush() -s.send("") -s.send("") -s.send("") -s.send("") -#s.flush() -s.close() -- cgit v1.2.3