Skip to content

Commit f8b83fe

Browse files
committed
[airos] fixed relative import in converters
1 parent 6dd2949 commit f8b83fe

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)