Changeset 174
- Timestamp:
- 07/18/05 19:31:06 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/togap.py
r173 r174 119 119 os.system( cmd ) 120 120 121 class PBSDataGatherer:121 class DataGatherer: 122 122 123 123 jobs = { } … … 135 135 if( TORQUE_SERVER ): 136 136 self.pq = PBSQuery( TORQUE_SERVER ) 137 else 137 else: 138 138 self.pq = PBSQuery() 139 139 … … 447 447 """Application start""" 448 448 449 gather = PBSDataGatherer()449 gather = DataGatherer() 450 450 if DAEMONIZE: 451 451 gather.daemon()
Note: See TracChangeset
for help on using the changeset viewer.