hamster-cli
hamster-cli copied to clipboard
Warning: Click detected the use of unicode_literals __future__ import
/usr/local/lib/python2.7/site-packages/hamster_cli/hamster_cli.py:136: Warning: Click detected the use of
the unicode_literals __future__ import. This is heavily discouraged because it can introduce subtle bugs
in your code. You should instead use explicit u"" literals for your unicode strings. For more information
see http://click.pocoo.org/python3/
@pass_controler
I get this when running hamster-cli with python 2.7.11.
Thank you for reporting this. This is most likely harmless. Armin Ronacher has quite strong views with regards to unicode and python 3. Which is not at all to say there is no merrit to the. For our intends and purpose this should be fine however and we will consider pleasing Click
with the next release.