Changeset 1084
- Timestamp:
- 08/27/07 16:22:38 (1 year ago)
- Files:
-
- PleiadesEntity/trunk/Extensions/loader.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesEntity/trunk/Extensions/loader.py
r1072 r1084 186 186 scope = scope_elem[0].text 187 187 188 id = ptool.normalizeString(scope)189 190 188 bibstr = "%s %s" % (title, scope) 189 id = ptool.normalizeString(bibstr) 191 190 192 191 try:
