Changeset 31200 for trunk/ippToPsps/jython/gpc1db.py
- Timestamp:
- Apr 6, 2011, 1:05:30 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/gpc1db.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/gpc1db.py
r31185 r31200 2 2 3 3 import re 4 import sys 4 5 import glob 5 6 import os 6 7 7 8 from java.sql import * 9 from xml.etree.ElementTree import ElementTree 8 10 9 11 … … 58 60 # get path to base dir of cmf files 59 61 path = rs.getString(1) 60 index = path.rfind("/") 61 path = path[0:index] 62 62 path = path[0:path.rfind("/")] 63 63 64 64 # list all cmf files if a neb path
Note:
See TracChangeset
for help on using the changeset viewer.
