Skip to content

Commit 922239e

Browse files
committed
Merge branch 'dk/p4-import-ctypes'
"git-p4" tried to use from ctypes module without first importing it. * dk/p4-import-ctypes: git-p4: import the ctypes module
2 parents fa46579 + 4b07cd2 commit 922239e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

git-p4.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import stat
2525
import zipfile
2626
import zlib
27+
import ctypes
2728

2829
try:
2930
from subprocess import CalledProcessError

0 commit comments

Comments
 (0)