Changeset 1413
- Timestamp:
- 09/10/08 12:42:41 (2 months ago)
- Files:
-
- PleiadesEntity/trunk/Extensions/loader.py (modified) (3 diffs)
- PleiadesEntity/trunk/tests/subscribers.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesEntity/trunk/Extensions/loader.py
r1408 r1413 111 111 failures = [] 112 112 count = 0 113 log = site.getLogger("pleiades.entity")113 log = logging.getLogger("pleiades.entity") 114 114 for xml in glob.glob("%s/*.xml" % sourcedir): 115 115 try: … … 338 338 parse_periods(e, name) 339 339 # SecondaryReferences associated with the name 340 parse_secondary_references( root, name, ptool) #, wftool)340 parse_secondary_references(e, name, ptool) #, wftool) 341 341 342 342 return (nids, association_certainties) … … 361 361 parse_periods(root, portalcontext[lid]) 362 362 # SecondaryReferences associated with the name 363 parse_secondary_references( root, portalcontext[lid], ptool) #, wftool)363 parse_secondary_references(e, portalcontext[lid], ptool) #, wftool) 364 364 365 365 return lids PleiadesEntity/trunk/tests/subscribers.txt
r1399 r1413 39 39 >>> brain = catalog(UID=p.UID())[0] 40 40 >>> brain.Title 41 ' KSanthos'41 'Xanthos' 42 42 43 43 >>> n.nameAttested = u'\u1f08\u03c6\u03c1\u03bf\u03b4\u03b9\u03c3\u03b9\u1f71\u03c2'
