Ignore:
Timestamp:
03/28/13 11:44:36 (11 years ago)
Author:
jripsl
Message:
  • add static class initialisation function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/Watch/watch

    r840 r841  
    4040                sys.exit(1) 
    4141 
    42         # open DB connections 
    43          
    44         # initialize logger 
    45  
    46         #  
     42        SMON.init_singleton() 
    4743 
    4844 
    49         # close DB connections 
    5045 
     46        SMON.free_singleton() 
    5147 
    5248if __name__ == '__main__': 
Note: See TracChangeset for help on using the changeset viewer.