[shpy-commit] r2875 - shpy/trunk/dist/shpy/net

hpk@codespeak.net hpk@codespeak.net
Thu, 22 Jan 2004 11:20:15 +0100 (MET)


Author: hpk
Date: Thu Jan 22 11:20:14 2004
New Revision: 2875

Removed:
   shpy/trunk/dist/shpy/net/common.py
Modified:
   shpy/trunk/dist/shpy/net/shell.py
Log:
small fixes, removed unused "common.py"



Deleted: /shpy/trunk/dist/shpy/net/common.py
==============================================================================
--- /shpy/trunk/dist/shpy/net/common.py	Thu Jan 22 11:20:14 2004
+++ (empty file)
@@ -1,4 +0,0 @@
-
-class ExceptionInfo:
-    def __init__(self, excinfo):
-        self.excinfo = excinfo

Modified: shpy/trunk/dist/shpy/net/shell.py
==============================================================================
--- shpy/trunk/dist/shpy/net/shell.py	(original)
+++ shpy/trunk/dist/shpy/net/shell.py	Thu Jan 22 11:20:14 2004
@@ -8,6 +8,7 @@
 try:
     clientsock 
 except NameError:
+    print "client side starting" 
     import sys
     host, port  = sys.argv[1].split(':')
     port = int(port)