add encoding to fsm example bot

This commit is contained in:
Jannes Höke 2016-03-22 02:33:43 +01:00
parent 7199d2894f
commit 5e7f2688be

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Basic example for a bot that awaits an answer from the user # Basic example for a bot that awaits an answer from the user
# This program is dedicated to the public domain under the CC0 license. # This program is dedicated to the public domain under the CC0 license.