Changeset 1405
- Timestamp:
- 09/09/08 16:16:01 (2 months ago)
- Files:
-
- PleiadesEntity/trunk/Extensions/loader.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesEntity/trunk/Extensions/loader.py
r1404 r1405 111 111 failures = [] 112 112 count = 0 113 log = logging.getLogger("pleiades.entity")113 log = site.getLogger("pleiades.entity") 114 114 for xml in glob.glob("%s/*.xml" % sourcedir): 115 115 try: … … 441 441 featureType=placeType, 442 442 associationCertainty='certain', 443 creators=creators, 444 contributors=contributors, 445 rights=rights, 446 description=description, 443 447 ) 444 448 f = features[fid] … … 456 460 featureType=placeType, 457 461 associationCertainty=certainty, 462 creators=creators, 463 contributors=contributors, 464 rights=rights, 465 description=description, 458 466 ) 459 467 f = features[fid]
