sane-ip-port-forward: fix broken import
This commit is contained in:
@@ -22,9 +22,7 @@ import logging
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.insert(0, ".") # to import `lib`
|
from sane_ssdp import get_any_wan, forward_port
|
||||||
|
|
||||||
from lib.sane_ssdp import get_any_wan, forward_port
|
|
||||||
|
|
||||||
class BadCliArgs(Exception):
|
class BadCliArgs(Exception):
|
||||||
def __init__(self, msg: str = None):
|
def __init__(self, msg: str = None):
|
||||||
|
Reference in New Issue
Block a user