1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Added missing import for extract_arguments()

This commit is contained in:
Rafael Medina 2016-04-26 11:16:49 +02:00
parent ef68bed01f
commit 94d1b3f7a8

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import threading
import re
import sys
import six
from six import string_types