Skip to content

Commit

Permalink
Merge branch 'dk/p4-import-ctypes'
Browse files Browse the repository at this point in the history
"git-p4" tried to use from ctypes module without first importing
it.

* dk/p4-import-ctypes:
  git-p4: import the ctypes module
  • Loading branch information
Junio C Hamano committed Oct 26, 2015
2 parents fa46579 + 4b07cd2 commit 922239e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import stat
import zipfile
import zlib
import ctypes

try:
from subprocess import CalledProcessError
Expand Down

0 comments on commit 922239e

Please sign in to comment.