Changeset 4027
- Timestamp:
- 24/06/08 16:57:01 (13 years ago)
- Location:
- TI01-discovery/branches/ingestAutomation-upgrade
- Files:
-
- 3 added
- 2 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/DIF.py
r3800 r4027 6 6 from People import * 7 7 from AccessControl import AccessControl 8 from ETxmlView import loadET, nsdumb8 from ndgUtils.ETxmlView import loadET, nsdumb 9 9 from renderEntity import renderEntity 10 10 try: #python 2.5 -
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/MDIP.py
r2252 r4027 11 11 #ET._namespace_map.update({'http://www.oceannet.org/mdip/xml': 'mdip', 'http://www.w3.org/1999/xlink':'xlink'}) 12 12 13 from ETxmlView import loadET, nsdumb13 from ndgUtils.ETxmlView import loadET, nsdumb 14 14 class MDIP: 15 15 ''' Supports the MDIP interim format for extraction of the (unique) identifier ''' -
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/People.py
r3800 r4027 1 1 from Utilities import wrapGetText 2 from ETxmlView import nsdumb2 from ndgUtils.ETxmlView import nsdumb 3 3 from htmlUtilities import * 4 4 -
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/PostgresRecord.py
r3972 r4027 15 15 16 16 import os, sys, logging, re 17 import molesReadWrite as MRW17 import csml.csml2Moles.molesReadWrite as MRW 18 18 from ndgUtils.ndgObject import ndgObject 19 19 from FileUtilities import FileUtilities -
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/Utilities.py
r3800 r4027 6 6 import elementtree.ElementTree as ET #SEL 08/01/2007 7 7 8 from ETxmlView import *8 from ndgUtils.ETxmlView import * 9 9 import ConfigParser 10 10 import os -
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/keywordAdder.py
r3909 r4027 23 23 # if you've egged it this is the way it comes 24 24 from ndgUtils.elementtree import cElementTree 25 import molesReadWrite as MRW25 import csml.csml2Moles.molesReadWrite as MRW 26 26 import sys, os, logging 27 27
Note: See TracChangeset
for help on using the changeset viewer.