We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087e740 commit 4bf088fCopy full SHA for 4bf088f
scripts/pethtool
@@ -12,6 +12,8 @@
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
# General Public License for more details.
14
15
+from __future__ import unicode_literals, print_function
16
+
17
import getopt
18
import ethtool
19
import sys
scripts/pifconfig
@@ -14,6 +14,8 @@
20
21
from optparse import OptionParser
0 commit comments