Skip to content

Commit 26e19e5

Browse files
committed
Python3 compat: Change relative import
1 parent 3293551 commit 26e19e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rawsocketpy/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import socket, select, struct, time
2-
from get_hw import get_hw, u_to_str
2+
from .get_hw import get_hw, u_to_str
33

44
class RawPacket():
55
def __init__(self, data):

0 commit comments

Comments
 (0)