Skip to content

Commit

Permalink
Merge branch 'hotfix/telepot10.3'
Browse files Browse the repository at this point in the history
telepot10.4 버전 대응
deprecated 된 내용을 제거
  • Loading branch information
sleeperbus committed Jan 16, 2017
2 parents cd9411d + 30fd104 commit 3c7f6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from telepot.namedtuple import (
ReplyKeyboardMarkup, KeyboardButton,
ReplyKeyboardHide, ForceReply,
ForceReply,
InlineKeyboardMarkup, InlineKeyboardButton,
InlineQueryResultArticle, InlineQueryResultPhoto,
InputTextMessageContent
Expand Down
2 changes: 1 addition & 1 deletion fileclassify.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from telepot.namedtuple import (
ReplyKeyboardMarkup, KeyboardButton,
ReplyKeyboardHide, ForceReply,
ForceReply,
InlineKeyboardMarkup, InlineKeyboardButton,
InlineQueryResultArticle, InlineQueryResultPhoto,
InputTextMessageContent
Expand Down

0 comments on commit 3c7f6fc

Please sign in to comment.