moved sfa.util.componentserver into sfa.server.componentserver
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 Oct 2011 16:40:25 +0000 (18:40 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 Oct 2011 16:40:25 +0000 (18:40 +0200)
sfa/server/component.py
sfa/server/componentserver.py [moved from sfa/util/componentserver.py with 100% similarity]

index 1dc6652..953b5e7 100644 (file)
@@ -6,7 +6,7 @@ import os
 import time
 import sys
 
-from sfa.util.componentserver import ComponentServer
+from sfa.server.componentserver import ComponentServer
  
 # GeniLight client support is optional
 try: