Changeset 14465 for fact/tools


Ignore:
Timestamp:
10/04/12 10:36:21 (12 years ago)
Author:
neise
Message:
changed DNS server name to daq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/PyDimCtrl/factdimserver.py

    r14256 r14465  
    1616
    1717# using this line makes 'export DIM_DNS_NODE=daq' obsolete
    18 pydim.dic_set_dns_node('localhost')
     18pydim.dic_set_dns_node('daq')
    1919
    2020class FactDimServer( object ):
     
    230230        print "couldn't get the server list of DIS_DNS. program abortion..."
    231231        sys.exit(1)
    232     print rawlist   
     232    #print rawlist   
    233233    # the output needs to be treated a bit .. it is a tuple with only one long string in it
    234234    # the string contains | and the strange character \x00
     
    367367
    368368print '.... fact DIM servers are ready to use'
     369print '-'*70
     370print
    369371##############################################################################
    370372# class for colored printing
Note: See TracChangeset for help on using the changeset viewer.