Merge pull request #27 from gkbrk/master

Fixed the 'os is not defined' bug which occurs if you don't have python-nfqueue installed.
This commit is contained in:
DanMcInerney 2013-12-15 22:06:15 -08:00
commit 120c8b033a

View file

@ -23,6 +23,7 @@ __license__ = 'BSD'
__contact__ = 'danhmcinerney with gmail'
__version__ = 1.0
import os
try:
import nfqueue
except Exception: