Commit graph

11 commits

Author SHA1 Message Date
Jeff Ammons
c81bdfec99 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.
2016-06-05 13:49:00 -07:00
Jeff Ammons
aa710d2d4e Fix Python3 linting 2016-04-15 14:49:38 -07:00
Jeff Ammons
25ce082eac Fix PEP8 compliance in example plugins and rtmbot 2016-04-15 14:03:20 -07:00
Ryan Huber
22fb111bd5 add an example init script 2015-07-31 15:17:36 -07:00
Ryan Huber
e80a3459b2 clean up example and requirements 2014-12-08 15:31:55 -08:00
Ryan Huber
ddabcfa8e1 todo example persists data now 2014-11-21 21:25:27 -08:00
Ryan Huber
f29bc7764d exceptional handling of exception 2014-11-21 13:35:15 -08:00
Ryan Huber
980c5266f2 fix to make comment true 2014-11-18 11:43:57 -08:00
Ryan Huber
ab3d1e4cc5 added another example plugin 2014-11-18 10:20:15 -08:00
Ryan Huber
3cd6315912 include dir and example config 2014-11-18 09:20:00 -08:00
Ryan Huber
f7a307c9dd examples moved to doc 2014-11-17 21:22:37 -08:00