Skip to content

Commit 66257e4

Browse files
committed
Remove autoupdater
1 parent f97a73e commit 66257e4

File tree

3 files changed

+3
-157
lines changed

3 files changed

+3
-157
lines changed

async_tls_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
__title__ = "async_tls_client"
88
__description__ = "Fork of tls-client with asyncio."
9-
__version__ = "1.0.2"
9+
__version__ = "1.0.3"
1010
__author__ = "Diprog"
1111
__license__ = "MIT"

async_tls_client/cffi.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
from sys import platform
2-
from platform import machine
31
import ctypes
42
import os
5-
6-
from .update_binaries import update_binaries
7-
8-
update_binaries()
3+
from platform import machine
4+
from sys import platform
95

106
if platform == 'darwin':
117
file_ext = '-arm64.dylib' if machine() == "arm64" else '-x86.dylib'

async_tls_client/update_binaries.py

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)