X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Ffederica%2Ffdshell.py;h=1b290b0593eac97a5d2681d77953a97cb25bf05d;hp=7195b5650e562eb005d15fcef7dc105294d833bf;hb=a692f60f6cfe4e24727f01042b1e1019846c7846;hpb=2cf6d0e7089437ec8ad8e5fdfac26760e0c7a331 diff --git a/sfa/federica/fdshell.py b/sfa/federica/fdshell.py index 7195b565..1b290b05 100644 --- a/sfa/federica/fdshell.py +++ b/sfa/federica/fdshell.py @@ -18,11 +18,7 @@ class FdShell: ] def __init__ ( self, config ) : - # xxx to be configurable - SFA_FEDERICA_URL = "http://%s:%s@%s:%s/"%\ - (config.SFA_FEDERICA_USER,config.SFA_FEDERICA_PASSWORD, - config.SFA_FEDERICA_HOSTNAME,config.SFA_FEDERICA_PORT) - url=SFA_FEDERICA_URL + url=config.SFA_FEDERICA_URL # xxx not sure if java xmlrpc has support for None # self.proxy = xmlrpclib.Server(url, verbose = False, allow_none = True) # xxx turn on verbosity