Fix obsolete import for fsm bot.

This commit is contained in:
kiddick@users.noreply.github.com 2016-03-26 19:00:05 +03:00
parent 33f047a3dc
commit a264530540

View file

@ -5,7 +5,8 @@
# This program is dedicated to the public domain under the CC0 license.
import logging
from telegram import Updater, ReplyKeyboardMarkup, Emoji, ForceReply
from telegram import Emoji, ForceReply, ReplyKeyboardMarkup
from telegram.ext import Updater
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - '
'%(message)s',