Changeset 8285 for mauRepo/MolesManager
- Timestamp:
- 20/04/12 21:55:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/src/libs/migration/processor/commons.py
r8269 r8285 386 386 """ 387 387 for link in findDocumentationInMigrationDocument(migrationObject): 388 if link['href'].startswith(' doi:'):388 if link['href'].startswith('http://dx.doi.org/doi:'): 389 389 return link 390 390 return None
Note: See TracChangeset
for help on using the changeset viewer.