From 7b6e65a7a50460514ca138b279d6e96e91cc0fb2 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 8 Jul 2018 17:48:27 +0200 Subject: [PATCH] Re-export ConnectionHttp from the network package --- telethon/network/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/network/__init__.py b/telethon/network/__init__.py index f4bd72d0..e8070b21 100644 --- a/telethon/network/__init__.py +++ b/telethon/network/__init__.py @@ -7,5 +7,5 @@ from .authenticator import do_authentication from .mtprotosender import MTProtoSender from .connection import ( ConnectionTcpFull, ConnectionTcpAbridged, ConnectionTcpObfuscated, - ConnectionTcpIntermediate + ConnectionTcpIntermediate, ConnectionHttp )