Skip to content

Commit 1d677a8

Browse files
committed
[airos] fixed relative import in converters
1 parent b3b3109 commit 1d677a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from ipaddress import ip_interface
66

7-
from wpasupplicant import available_mode_authentication
7+
from .wpasupplicant import available_mode_authentication
88

99

1010
def status(config, key='disabled'):

0 commit comments

Comments
 (0)