Skip to content

Commit c7f8c02

Browse files
xsuchydsommers
authored andcommitted
import sys module
it is later used when calling sys.exit() Signed-off-by: Miroslav Suchy <miroslav@suchy.cz> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
1 parent 968c7fb commit c7f8c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from distutils.core import setup, Extension
44
import commands
5+
import sys
56

67
ethtool = Extension('ethtool',
78
sources = ['python-ethtool/ethtool.c',

0 commit comments

Comments
 (0)