Ignore:
Timestamp:
Nov 30, 2008 9:19:33 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
7454054
Parents:
f0dc2ca
Message:

Clean up some names that start with fedd_ that are ugly with the new package
structure. A couple other bugs cleaned up, too.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • fedd/fedd/server.py

    rf0dc2ca rec4fb42  
    2424SSL.Connection.clientPostConnectionCheck = None
    2525
    26 class fedd_server(ThreadingSSLServer):
     26class server(ThreadingSSLServer):
    2727    """
    2828    Interface the fedd services to the XMLRPC and SOAP interfaces
     
    5252                    "(Likely SSL error)")
    5353
    54 class fedd_soap_handler(BaseHTTPRequestHandler):
     54class soap_handler(BaseHTTPRequestHandler):
    5555    """
    5656    Standard connection between SOAP and the fedd services in impl.
     
    152152
    153153
    154 class fedd_xmlrpc_handler(BaseHTTPRequestHandler):
     154class xmlrpc_handler(BaseHTTPRequestHandler):
    155155    """
    156156    Standard connection between XMLRPC and the fedd services in impl.
Note: See TracChangeset for help on using the changeset viewer.