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/experiment_control.py

    rf0dc2ca rec4fb42  
    2121from fedd_services import *
    2222from fedd_internal_services import *
    23 from fedd_util import *
     23from util import *
    2424from fedid import fedid, generate_fedid
    2525from remote_service import xmlrpc_handler, soap_handler, service_caller
     
    3434fl.addHandler(nullHandler())
    3535
    36 class fedd_experiment_control_local:
     36class experiment_control_local:
    3737    """
    3838    Control of experiments that this system can directly access.
     
    157157        Intialize the various attributes, most from the config object
    158158        """
    159         self.thread_with_rv = fedd_experiment_control_local.pooled_thread
    160         self.thread_pool = fedd_experiment_control_local.thread_pool
     159        self.thread_with_rv = experiment_control_local.pooled_thread
     160        self.thread_pool = experiment_control_local.thread_pool
    161161
    162162        self.cert_file = None
Note: See TracChangeset for help on using the changeset viewer.