Skip to content

Commit 3b2a3ae

Browse files
committed
Fix missing import in PR erocarrera#405
1 parent cae7a1b commit 3b2a3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ordlookup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from . import oleaut32, ws2_32
1+
from . import oleaut32, ws2_32, wsock32
22

33
"""
44
A small module containing a database of ordinal to symbol mappings for DLLs

0 commit comments

Comments
 (0)