mirror of
https://github.com/DarrylNixon/drawbridge
synced 2024-04-22 12:17:07 -07:00
Import NetQueue in __init__ for easy use
This commit is contained in:
parent
e39b06837e
commit
5efb10ce98
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import os
|
|||
|
||||
import iptc
|
||||
|
||||
from net_queue import NetQueue
|
||||
|
||||
|
||||
def is_root():
|
||||
return os.geteuid() == 0
|
||||
|
|
Loading…
Reference in a new issue