Changeset 37172
- Timestamp:
- Aug 1, 2014, 5:27:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/gpc1db.py
r37156 r37172 118 118 sql = "SELECT differentStuff from Stufftable" 119 119 120 print "SQL: " + sql 121 122 try: 123 # XXX EAM : test output 120 try: 124 121 rs = self.executeQuery(sql) 125 122 … … 344 341 345 342 346 # XXX EAM : test output347 343 self.logger.infoPair("smf files:", files) 348 344 if len(files) < 1: return None
Note:
See TracChangeset
for help on using the changeset viewer.
