Skip to content

Commit fbd04f7

Browse files
committed
Fix ctypes import
Fixes #26
1 parent 3a393ad commit fbd04f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)