зеркало из https://github.com/microsoft/git.git
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
This commit is contained in:
Коммит
922239e7da
|
@ -24,6 +24,7 @@ import shutil
|
|||
import stat
|
||||
import zipfile
|
||||
import zlib
|
||||
import ctypes
|
||||
|
||||
try:
|
||||
from subprocess import CalledProcessError
|
||||
|
|
Загрузка…
Ссылка в новой задаче