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/initbatch.py

    r33235 r33259  
    2727    def __init__(self,
    2828            logger,
    29             configPath,
    30             configDoc,
     29            config,
    3130            gpc1Db,
    3231            ippToPspsDb,
    3332            batchID):
    3433       super(InitBatch, self).__init__(logger,
    35                configPath,
    36                configDoc,
     34               config,
    3735               gpc1Db,
    3836               ippToPspsDb,
Note: See TracChangeset for help on using the changeset viewer.