File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1414# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515# General Public License for more details.
1616
17- import getopt
1817import ethtool
1918import sys
2019from optparse import OptionParser
Original file line number Diff line number Diff line change @@ -934,7 +934,7 @@ def test_parse_ip4addr(self):
934934
935935 def test_local (self ):
936936 # Actually invoke ifconfig locally, and parse whatever it emits:
937- ifconfig = IfConfig ()
937+ IfConfig ()
938938
939939
940940if __name__ == '__main__' :
Original file line number Diff line number Diff line change 1919# Author: Dave Malcolm <dmalcolm@redhat.com>
2020# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2121
22- import sys
2322import unittest
2423
2524import ethtool
You can’t perform that action at this time.
0 commit comments