Skip to content

Commit fcf7317

Browse files
Merge pull request #27 from jayvdb/fix-i26
Fix ctypes import
2 parents 557e553 + beb4fe6 commit fcf7317

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)