Slightly reorganise the project structure

This commit is contained in:
Lonami Exo
2017-06-09 16:13:39 +02:00
parent ba5bfa105f
commit 7adb4f09d6
16 changed files with 25 additions and 18 deletions

View File

@@ -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):

View File

@@ -1,6 +1,6 @@
import os
import unittest
from telethon.utils import BinaryReader, BinaryWriter
from telethon.extensions import BinaryReader, BinaryWriter
class UtilsTests(unittest.TestCase):