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 SerialInterface
|
||||||
from .Interfaces.Android import KISSInterface
|
from .Interfaces.Android import KISSInterface
|
||||||
else:
|
else:
|
||||||
from .Interfaces import *
|
from RNS.Interfaces import *
|
||||||
|
|
||||||
from .vendor.configobj import ConfigObj
|
from RNS.vendor.configobj import ConfigObj
|
||||||
import configparser
|
import configparser
|
||||||
import multiprocessing.connection
|
import multiprocessing.connection
|
||||||
import signal
|
import signal
|
||||||
|
Loading…
Reference in New Issue
Block a user