Changeset 32021 for trunk/ippToPsps
- Timestamp:
- Aug 3, 2011, 4:27:37 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r32006 r32021 71 71 self.useFullTables = int(self.doc.find("dvo/useFullTables").text) 72 72 self.scratchDb = ScratchDb(logger, self.doc, self.useFullTables) 73 74 if not self.scratchDb.everythingOK: return 73 75 74 76 # TODO … … 463 465 return 464 466 467 self.printMe() 465 468 self.createEmptyPspsTables() 466 469 self.importIppTables()
Note:
See TracChangeset
for help on using the changeset viewer.
