mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-12-18 10:00:17 +00:00
Fixed imports for OpenWRT build
This commit is contained in:
parent
4c81589d5b
commit
19adadf4cf
@ -34,9 +34,9 @@ if get_platform() == "android":
|
||||
from .Interfaces.Android import SerialInterface
|
||||
from .Interfaces.Android import KISSInterface
|
||||
else:
|
||||
from .Interfaces import *
|
||||
from RNS.Interfaces import *
|
||||
|
||||
from .vendor.configobj import ConfigObj
|
||||
from RNS.vendor.configobj import ConfigObj
|
||||
import configparser
|
||||
import multiprocessing.connection
|
||||
import signal
|
||||
|
Loading…
Reference in New Issue
Block a user