mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-05 20:42:16 -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'
|
||||
__version__ = 1.0
|
||||
|
||||
import os
|
||||
try:
|
||||
import nfqueue
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue