IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33559 for trunk


Ignore:
Timestamp:
Mar 16, 2012, 12:15:12 PM (14 years ago)
Author:
rhenders
Message:

no longer takes unnecessary doc arg

File:
1 edited

Legend:

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

    r33268 r33559  
    1919    Constructor
    2020    '''
    21     def __init__(self, logger, doc):
     21    def __init__(self, logger):
    2222
    2323        self.logger = logger
    24         self.doc = doc
    2524
    2625    '''
Note: See TracChangeset for help on using the changeset viewer.