Changeset 14465
- Timestamp:
- 10/04/12 10:36:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/PyDimCtrl/factdimserver.py
r14256 r14465 16 16 17 17 # using this line makes 'export DIM_DNS_NODE=daq' obsolete 18 pydim.dic_set_dns_node(' localhost')18 pydim.dic_set_dns_node('daq') 19 19 20 20 class FactDimServer( object ): … … 230 230 print "couldn't get the server list of DIS_DNS. program abortion..." 231 231 sys.exit(1) 232 print rawlist232 #print rawlist 233 233 # the output needs to be treated a bit .. it is a tuple with only one long string in it 234 234 # the string contains | and the strange character \x00 … … 367 367 368 368 print '.... fact DIM servers are ready to use' 369 print '-'*70 370 print 369 371 ############################################################################## 370 372 # class for colored printing
Note:
See TracChangeset
for help on using the changeset viewer.