mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Slightly reorganise the project structure
This commit is contained in:
@@ -4,7 +4,8 @@ import threading
|
||||
import unittest
|
||||
|
||||
import telethon.network.authenticator as authenticator
|
||||
from telethon.network import TcpClient, TcpTransport
|
||||
from telethon.extensions import TcpClient
|
||||
from telethon.network import TcpTransport
|
||||
|
||||
|
||||
def run_server_echo_thread(port):
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
import unittest
|
||||
from telethon.utils import BinaryReader, BinaryWriter
|
||||
from telethon.extensions import BinaryReader, BinaryWriter
|
||||
|
||||
|
||||
class UtilsTests(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user