brandonshin / slackbot-workout

A fun hack that gets Slackbot to force your teammates to work out!
MIT License
563 stars 128 forks source link

convert print to a function #43

Closed cardoe closed 1 year ago

cardoe commented 8 years ago

The code base already requires Python 2.6 which has print available as a function. The upside of using print as a function is that the code base works on Python 3.4

Signed-off-by: Doug Goldstein cardoe@cardoe.com