geier / pycarddav

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

Expose the PyCardDAV, so this can be used as a carddav library. #73

Closed WhyNotHugo closed 11 years ago

WhyNotHugo commented 11 years ago

This tiny change allows other to use from pycarddav import PyCardDAV, and reuse PyCardDAV as a library for other applications.

geier commented 11 years ago

is this really necessary? You could just do it this way: from pycarddav.carddav import PyCardDAV as PyCardDAV

WhyNotHugo commented 11 years ago

Yes, you're right. It seems I read AND tried something wrong when I was doing this. Disregard this ticket, sorry for the noise.