Changeset 626 for trunk/Update Dates/update_dates.py
- Timestamp:
- 08/09/10 03:15:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Update Dates/update_dates.py
r593 r626 153 153 scanned_document.close() 154 154 155 record = Paper.import_(files=[scanned_file] )[0]155 record = Paper.import_(files=[scanned_file], deleting_afterwards=True)[0] 156 156 contents = record.contents() 157 157 m = re.search('(%s)' % '|'.join(map(re.escape, sources)), contents,
Note:
See TracChangeset
for help on using the changeset viewer.