mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-06 13:02:20 -07:00
Fixed the 'os is not defined' bug which occurs if you don't have python-nfqueue installed.
This commit is contained in:
parent
e1cbe3e1fa
commit
b6f965d705
1 changed files with 1 additions and 0 deletions
1
LANs.py
1
LANs.py
|
@ -23,6 +23,7 @@ __license__ = 'BSD'
|
||||||
__contact__ = 'danhmcinerney with gmail'
|
__contact__ = 'danhmcinerney with gmail'
|
||||||
__version__ = 1.0
|
__version__ = 1.0
|
||||||
|
|
||||||
|
import os
|
||||||
try:
|
try:
|
||||||
import nfqueue
|
import nfqueue
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue