Rename client.files as client.uploads

This commit is contained in:
Lonami Exo
2018-06-09 22:14:51 +02:00
parent ad29f2f5b7
commit 83a024656c
4 changed files with 7 additions and 13 deletions

View File

@@ -21,12 +21,6 @@ try:
except ImportError:
socks = None
try:
import hachoir
import hachoir.metadata
import hachoir.parser
except ImportError:
hachoir = None
from .telegrambaseclient import TelegramBaseClient
from .. import helpers, events