another step of moving stuff around where it belongs
[sfa.git] / sfa / client / soapprotocol.py
similarity index 95%
rename from sfa/util/soapprotocol.py
rename to sfa/client/soapprotocol.py
index de3ee96..e714cc4 100644 (file)
@@ -23,7 +23,7 @@ class SFASoapBinding(Binding):
         return SFACallable(soap_callable)
 
 
-def get_server(url, key_file, cert_file):
+def server_proxy(url, key_file, cert_file):
     auth = {
         'transport' : HTTPSConnection,
         'transdict' : {'cert_file' : cert_file,