IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33486


Ignore:
Timestamp:
Mar 13, 2012, 9:44:30 AM (14 years ago)
Author:
rhenders
Message:

using new argument in base-class printUsage() method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/cleanup.py

    r33351 r33486  
    127127    '''
    128128    def printUsage(self):
    129         super(Cleanup, self).printUsage()
    130         print " [<poll time in hours>]"
     129        super(Cleanup, self).printUsage("[<poll time in hours>]")
    131130
    132131
Note: See TracChangeset for help on using the changeset viewer.