pyicloud/pyicloud
Bart274 a6aa998a04 Replace manual time zone handling with use of the tzlocal module
This solves an issue where we would end up with an empty list of
time zones, throwing an exception as a result.

It also resolves to the user's actual Olson time zone name,
instead of the first of all the possible time zone names that
match the current time zone of the user.

The two helper methods are no longer needed, as we can now use
get_localzone() directly.
2016-03-12 14:48:23 +01:00
..
services Replace manual time zone handling with use of the tzlocal module 2016-03-12 14:48:23 +01:00
tests Adding tox configuration; making sanity test Python 2.6 compatible. 2014-10-05 20:59:30 -07:00
__init__.py Add centralized logging of iCloud API requests 2016-02-25 13:26:11 +01:00
base.py Charge HTTP logging to separate child logger of each service 2016-03-12 12:38:25 +01:00
cmdline.py [#64] Adds Keychain-based Authentication 2016-02-23 17:44:03 -08:00
exceptions.py Add iCloud Photo Library service 2016-02-25 13:33:43 +01:00
utils.py Tweak wording of password prompt 2016-02-25 13:40:37 +01:00