From 5e7f2688be76ea5aad58886e1bdae66cb0e3706e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Tue, 22 Mar 2016 02:33:43 +0100 Subject: [PATCH] add encoding to fsm example bot --- examples/state_machine_bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/state_machine_bot.py b/examples/state_machine_bot.py index c9bbd5608..cf3880215 100644 --- a/examples/state_machine_bot.py +++ b/examples/state_machine_bot.py @@ -1,5 +1,6 @@ #!/usr/bin/env python - +# -*- coding: utf-8 -*- +# # Basic example for a bot that awaits an answer from the user # This program is dedicated to the public domain under the CC0 license.