Skip to content

Commit f6a26a5

Browse files
committed
Fix flags import.
1 parent 542398b commit f6a26a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3wifi/iwlibs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import re
3232
import sys
3333

34-
from python3wifi import flags as wififlags
34+
from . import flags as wififlags
3535

3636

3737
KILO = 10 ** 3

0 commit comments

Comments
 (0)