Ignore:
Timestamp:
Nov 29, 2008 11:31:03 PM (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:
2dd442f
Parents:
0a20ef8
Message:

Move things around to make a python module encapsulation easier. More to do,
but this mostly works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r0a20ef8 r2729e48  
    55import pwd
    66
    7 from fedd_services import *
    8 from fedd_internal_services import *
     7from fedd.fedd_services import *
     8from fedd.fedd_internal_services import *
    99
    1010from M2Crypto import SSL, X509
     
    1919import xmlrpclib
    2020
    21 from fedd_util import fedd_ssl_context, pack_id, unpack_id
    22 from fedid import fedid
    23 from remote_service import service_caller
    24 from service_error import *
     21from fedd.fedd_util import fedd_ssl_context, pack_id, unpack_id
     22from fedd.fedid import fedid
     23from fedd.remote_service import service_caller
     24from fedd.service_error import *
     25import fedd.parse_detail
    2526
    2627from optparse import OptionParser, OptionValueError
    2728
    28 import parse_detail
    2929
    3030# Turn off the matching of hostname to certificate ID
Note: See TracChangeset for help on using the changeset viewer.