Changeset ec4fb42 for fedd/fedd/split.py


Ignore:
Timestamp:
Nov 30, 2008 9:19:33 AM (16 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/split.py

    rf0dc2ca rec4fb42  
    88from fedd_services import *
    99from fedd_internal_services import *
    10 from fedd_util import *
     10from util import *
    1111from fedid import fedid
    1212from remote_service import xmlrpc_handler, soap_handler
     
    2121fl.addHandler(nullHandler())
    2222
    23 class fedd_split_local:
     23class split_local:
    2424    def __init__(self, config=None, auth=None):
    2525        """
Note: See TracChangeset for help on using the changeset viewer.