Changeset cdc36fe for asadb/util/import_db.py
- Timestamp:
- Aug 11, 2011, 1:42:40 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- c47b2e4
- Parents:
- 384677e
- git-author:
- Alex Dehnert <adehnert@…> (08/11/11 01:42:40)
- git-committer:
- Alex Dehnert <adehnert@…> (08/11/11 01:42:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/import_db.py
r6f820e1 rcdc36fe 21 21 def canonicalize_email(email): 22 22 if '@' in email: return email 23 elif email == '': return '' 23 24 else: return email + "@mit.edu" 24 25
Note: See TracChangeset
for help on using the changeset viewer.