Skip to content

Commit beb4fe6

Browse files
committed
Fix ctypes import
Fixes: #26 Signed-off-by: John Vandenberg <[email protected]>
1 parent 3a393ad commit beb4fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typecode/magic2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2929
# SOFTWARE.
3030

31-
import ctypes
31+
import ctypes.util
3232
import glob
3333
import os
3434
import sys

0 commit comments

Comments
 (0)