Changeset 35036
- Timestamp:
- Jan 23, 2013, 3:05:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
r35016 r35036 37 37 self.gpc1Db = Gpc1Db(self.logger, self.config) 38 38 39 # XXX this is really bad: need to get these from config... (see this code:) 40 ## XX # open config and grab database parameters 41 ## XX if not dbName: self.dbName = config.getDbName(dbType) 42 ## XX else: self.dbName = dbName 43 39 44 # connect to scratch database 40 scratchDbs = ['ipptopsps_ scratch', 'ipptopsps_scratch2', 'ipptopsps_scratch3']45 scratchDbs = ['ipptopsps_test_scratch', 'ipptopsps_test_scratch2', 'ipptopsps_test_scratch3'] 41 46 for dbName in scratchDbs: 42 47 self.scratchDb = ScratchDb(self.logger, self.config, dbName)
Note:
See TracChangeset
for help on using the changeset viewer.
