Skip to content

Commit

Permalink
Fixed imports for OpenWRT build
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 1, 2024
1 parent 4c81589 commit 19adadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNS/Reticulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
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
Expand Down

0 comments on commit 19adadf

Please sign in to comment.