pombreda / gcalcli

Automatically exported from code.google.com/p/gcalcli
0 stars 0 forks source link

Depreciated python module, sha vs hashlib #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Receive depreciation warning, agenda still displays after warning.

$ gcalcli --nc agenda
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead import sha

Ubuntu 9.04

Original issue reported on code.google.com by matthewl...@gmail.com on 31 May 2009 at 5:56

GoogleCodeExporter commented 9 years ago
For now you can solve it by changing:
#!/usr/bin/python
to
#!/usr/bin/python -W ignore::DeprecationWarning
in /usr/bin/gcalcli

Original comment by krzyszto...@gmail.com on 3 Sep 2009 at 1:22

GoogleCodeExporter commented 9 years ago
This is (well was...) and issue with the gdata module and not gcalcli.

Original comment by eda...@insanum.com on 24 Jul 2011 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:59