geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
98 stars 35 forks source link

Use python2 as default. (rebased pull request #59) #60

Closed WhyNotHugo closed 11 years ago

WhyNotHugo commented 11 years ago

In accordance with PEP-394, python2 scripts should use python2 as an interpreter. This ensures compatibility with setups that use python3 as a default, while retaining compatibility with distributions that still ship python2 as a default and comply with PEP-394.