From c7f8c02f92af5a4b7a1c294c38e5477918ef3f87 Mon Sep 17 00:00:00 2001 From: Miroslav Suchy Date: Mon, 27 Sep 2010 22:07:26 +0200 Subject: import sys module it is later used when calling sys.exit() Signed-off-by: Miroslav Suchy Signed-off-by: David Sommerseth --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 71b8c70..aa56d96 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ from distutils.core import setup, Extension import commands +import sys ethtool = Extension('ethtool', sources = ['python-ethtool/ethtool.c', -- cgit