From 5fac2f458d79c60b0100a287777430b677b323fc Mon Sep 17 00:00:00 2001 From: Koltan Hauersperger Date: Tue, 2 Apr 2024 16:25:45 -0400 Subject: [PATCH] feat: remove win32 coinitialize stuff --- j1939/electronic_control_unit.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/j1939/electronic_control_unit.py b/j1939/electronic_control_unit.py index e3fb05d..db92c92 100644 --- a/j1939/electronic_control_unit.py +++ b/j1939/electronic_control_unit.py @@ -271,9 +271,6 @@ def _async_job_thread(self): to awake at the new events. """ system = sys.platform - if system.startswith("win32") or system.startswith("cygwin"): - import pythoncom - pythoncom.CoInitialize() while not self._job_thread_end.is_set():