Changeset d473bae
- Timestamp:
- 01/07/12 10:55:35 (17 months ago)
- Branches:
- master
- Children:
- 45222ed
- Parents:
- df70fe1
- git-author:
- Aurélien Bompard <aurelien@…> (01/07/12 10:55:35)
- git-committer:
- Aurélien Bompard <aurelien@…> (01/07/12 10:55:35)
- File:
-
- 1 edited
-
gmail-contacts-to-vcf.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gmail-contacts-to-vcf.py
r7116c26 rd473bae 1 1 #!/usr/bin/env python 2 3 """2 # -*- coding: utf-8 -*- 3 u""" 4 4 GMail contacts to VCF 5 5 --------------------- … … 69 69 # Don't store this contact, it's a collected address 70 70 continue 71 print i+1, entry.title.text 71 print i+1, entry.title.text.encode("utf8") 72 72 #print entry 73 73 contact = self._make_contact(entry)
Note: See TracChangeset
for help on using the changeset viewer.
