Changeset 35217 for trunk/ippToPsps/jython/config.py
- Timestamp:
- Mar 1, 2013, 1:27:47 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/config.py
r35178 r35217 58 58 self.settingsDoc = ElementTree(file=self.settingsPath) 59 59 self.logPath = self.settingsDoc.find("logPath").text 60 self.czarPlotsPath = self.settingsDoc.find("czarPlotsPath").text 61 62 60 63 61 64 print "config.programName: ", self.programName … … 64 67 print "config.logPath: ", self.logPath 65 68 print "config.test: ", self.test 69 print "config.czarPlotsPath: ", self.czarPlotsPath 66 70 67 71 root = self.settingsDoc.getroot()
Note:
See TracChangeset
for help on using the changeset viewer.
