Fixed the 'os is not defined' bug which occurs if you don't have python-nfqueue installed.

This commit is contained in:
gkbrk 2013-12-15 14:08:39 +02:00
parent e1cbe3e1fa
commit b6f965d705

View file

@ -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: