From 70ffc38c496fda9fdbf871fe829a219aed2232bf Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 15 Oct 2022 14:56:23 +0200 Subject: [PATCH] Android-specific import --- RNS/Reticulum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index e4352b1..a8fa7f5 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -31,6 +31,7 @@ if get_platform() == "android": from .Interfaces import I2PInterface from .Interfaces.Android import RNodeInterface from .Interfaces.Android import SerialInterface + from .Interfaces.Android import KISSInterface else: from .Interfaces import *