IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2012, 12:02:48 PM (14 years ago)
Author:
rhenders
Message:

Big changes to support a new Config class that encapuslates the xml config file

File:
1 edited

Legend:

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

    r32831 r33259  
    1717    Constructor
    1818    '''
    19     def __init__(self, logger, doc):
    20         super(CzarDb, self).__init__(logger, doc, "czardatabase")
     19    def __init__(self, logger, config):
     20        super(CzarDb, self).__init__(logger, config, "czardatabase")
    2121
    2222
Note: See TracChangeset for help on using the changeset viewer.