From b6f965d705e70e31a8fa8c76237c28a780de44f4 Mon Sep 17 00:00:00 2001 From: gkbrk Date: Sun, 15 Dec 2013 14:08:39 +0200 Subject: [PATCH] Fixed the 'os is not defined' bug which occurs if you don't have python-nfqueue installed. --- LANs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/LANs.py b/LANs.py index 7e5c71a..fd1d2cb 100755 --- a/LANs.py +++ b/LANs.py @@ -23,6 +23,7 @@ __license__ = 'BSD' __contact__ = 'danhmcinerney with gmail' __version__ = 1.0 +import os try: import nfqueue except Exception: