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

Update util.py

This commit is contained in:
Yolley 2017-06-20 15:45:18 +03:00 committed by GitHub
parent 328cabead6
commit 242456d92b

View File

@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
import threading
import traceback
import re
import sys
import six
import traceback
from six import string_types
# Python3 queue support.