From 23743027a6091a16d97d9323e75da9381c149283 Mon Sep 17 00:00:00 2001 From: parmentelat Date: Wed, 12 Dec 2018 13:51:12 +0100 Subject: [PATCH] fix an odd way to import pycurl --- PLC/PyCurl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/PyCurl.py b/PLC/PyCurl.py index 44fd685f..c8a3911c 100644 --- a/PLC/PyCurl.py +++ b/PLC/PyCurl.py @@ -8,7 +8,7 @@ import os import xmlrpc.client -from . import pycurl +import pycurl from tempfile import NamedTemporaryFile class PyCurlTransport(xmlrpc.client.Transport): -- 2.47.0