mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-11 07:23:29 -07:00
Import Android-specific RNode interface on Android
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ if get_platform() == "android":
|
||||
from .Interfaces import TCPInterface
|
||||
from .Interfaces import UDPInterface
|
||||
from .Interfaces import I2PInterface
|
||||
from .Interfaces import RNodeInterface
|
||||
from .Interfaces.Android import RNodeInterface
|
||||
else:
|
||||
from .Interfaces import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user