Fix import paths

This commit is contained in:
Mark Qvist 2023-05-05 10:25:15 +02:00
parent 0889b8a7c5
commit 64bdc4c18c
5 changed files with 6 additions and 10 deletions

View file

@ -23,7 +23,7 @@ import ctypes
from ctypes import wintypes
from typing import Iterable, List
import ifaddr._shared as shared
import RNS.vendor.ifaddr._shared as shared
NO_ERROR = 0
ERROR_BUFFER_OVERFLOW = 111