Skip to content

Commit 4bf088f

Browse files
frenzymadnesshroncok
authored andcommitted
Use new print() function and unicode literals everywhere
1 parent 087e740 commit 4bf088f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/pethtool

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313
# General Public License for more details.
1414

15+
from __future__ import unicode_literals, print_function
16+
1517
import getopt
1618
import ethtool
1719
import sys

scripts/pifconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
# General Public License for more details.
1616

17+
from __future__ import unicode_literals, print_function
18+
1719
import ethtool
1820
import sys
1921
from optparse import OptionParser

0 commit comments

Comments
 (0)