Skip to content

Commit

Permalink
Fix for python 3 print function syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
geogdog committed Jun 1, 2016
1 parent 3320aa9 commit 46ad461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmautoreply.py
Expand Up @@ -14,4 +14,4 @@ def respond_to_communication():
if __name__ == '__main__':
import doctest
doctest.testmod()
print respond_to_communication()
print(respond_to_communication())

0 comments on commit 46ad461

Please sign in to comment.