We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3293551 commit 26e19e5Copy full SHA for 26e19e5
rawsocketpy/main.py
@@ -1,5 +1,5 @@
1
import socket, select, struct, time
2
-from get_hw import get_hw, u_to_str
+from .get_hw import get_hw, u_to_str
3
4
class RawPacket():
5
def __init__(self, data):
0 commit comments