IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:07:20 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/ippToPsps/jython/initbatch.py

    r33353 r33948  
    5050    '''
    5151    def importIppTables(self, filter=""):
    52         self.logger.debug("importIppTables method here to satidfy base-class")
     52        self.logger.debug("importIppTables method here to satisfy base-class")
     53        return True
    5354
    5455    '''
     
    6364    def populatePspsTables(self):
    6465        self.logger.debug("No processing required for this batch type")
    65         return 1
     66        return True
    6667
Note: See TracChangeset for help on using the changeset viewer.