summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/20-07-2011/classClient.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/20-07-2011/classClient.py')
-rw-r--r--For Weekly Test/20-07-2011/classClient.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/For Weekly Test/20-07-2011/classClient.py b/For Weekly Test/20-07-2011/classClient.py
index 625e48e..ce02d19 100644
--- a/For Weekly Test/20-07-2011/classClient.py
+++ b/For Weekly Test/20-07-2011/classClient.py
@@ -64,11 +64,3 @@ class Connection:
else:
return 0
-#MAIN PART
-x = Connection('localhost',50008)
-print x.connect()
-x.sendData('hello server :)')
-print x.receiveData()
-x.sendData('I send you another message')
-x.closeConnection()
-