Skip to content

Commit 89b7425

Browse files
committed
Update setup.py; add print compatibility
1 parent e422669 commit 89b7425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rawsocketpy/get_hw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4+
from __future__ import print_function
45
import socket
56
import fcntl
67
import struct

0 commit comments

Comments
 (0)