mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-07 05:52:41 -04:00
Fix import paths
This commit is contained in:
parent
0889b8a7c5
commit
64bdc4c18c
5 changed files with 6 additions and 10 deletions
5
RNS/vendor/ifaddr/_posix.py
vendored
5
RNS/vendor/ifaddr/_posix.py
vendored
|
@ -27,10 +27,7 @@ import socket
|
|||
|
||||
from typing import Iterable, Optional
|
||||
|
||||
import ifaddr._shared as shared
|
||||
|
||||
# from ifaddr._shared import sockaddr, Interface, sockaddr_to_ip, ipv6_prefixlength
|
||||
|
||||
import RNS.vendor.ifaddr._shared as shared
|
||||
|
||||
class ifaddrs(ctypes.Structure):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue