Changeset 174 for trunk/plugin


Ignore:
Timestamp:
07/18/05 19:31:06 (19 years ago)
Author:
bastiaans
Message:

plugin/togap.py:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r173 r174  
    119119                os.system( cmd )
    120120
    121 class PBSDataGatherer:
     121class DataGatherer:
    122122
    123123        jobs = { }
     
    135135                if( TORQUE_SERVER ):
    136136                        self.pq = PBSQuery( TORQUE_SERVER )
    137                 else
     137                else:
    138138                        self.pq = PBSQuery()
    139139
     
    447447        """Application start"""
    448448
    449         gather = PBSDataGatherer()
     449        gather = DataGatherer()
    450450        if DAEMONIZE:
    451451                gather.daemon()
Note: See TracChangeset for help on using the changeset viewer.