Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dk/p4-import-ctypes'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Oct 2015 22:55:26 +0000
(15:55 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Oct 2015 22:55:26 +0000
(15:55 -0700)
"git-p4" tried to use from ctypes module without first importing
it.
* dk/p4-import-ctypes:
git-p4: import the ctypes module
git-p4.py
patch
|
blob
|
history
raw
(from parent 1:
fa46579
)
diff --git
a/git-p4.py
b/git-p4.py
index daa60c60d6703ae76fd5cd168907f598207844d3..212ef2be9670bc2fe5573eee856471113eb96889 100755
(executable)
--- a/
git-p4.py
+++ b/
git-p4.py
@@
-24,6
+24,7
@@
import stat
import zipfile
import zlib
+import ctypes
try:
from subprocess import CalledProcessError