Fix unicode error in py2.7 for example plugin
Strings should now be passed to the plugins as unicode values in py2.7 so we have to make sure that we don't convert those into ascii by using python str instead of u'' strings.
This commit is contained in:
parent
2b9e9b752c
commit
c81bdfec99
8 changed files with 41 additions and 11 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='rtmbot',
|
||||
version='0.10',
|
||||
version='0.2.0',
|
||||
description='A Slack bot written in python that connects via the RTM API.',
|
||||
author='Ryan Huber',
|
||||
author_email='rhuber@gmail.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue