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

arigo@codespeak.net arigo@codespeak.net
Tue, 20 Jan 2004 17:08:10 +0100 (MET)


Author: arigo
Date: Tue Jan 20 17:08:09 2004
New Revision: 2864

Modified:
   shpy/trunk/dist/shpy/net/gateway.py
Log:
Minor fix accounting for the mv startserver.py


Modified: shpy/trunk/dist/shpy/net/gateway.py
==============================================================================
--- shpy/trunk/dist/shpy/net/gateway.py	(original)
+++ shpy/trunk/dist/shpy/net/gateway.py	Tue Jan 20 17:08:09 2004
@@ -1,9 +1,6 @@
-import autopath
-
 import threading, struct, Queue, select, StringIO, socket
 
 from unittest2.tool import dyncode
-from shpy.net import common 
 
 class SocketGateway:
     def __init__(self, sock, ns = None):