diff options
| author | Matti Picus <matti.picus@gmail.com> | 2020-04-01 07:30:18 +0300 |
|---|---|---|
| committer | Matti Picus <matti.picus@gmail.com> | 2020-04-01 07:30:18 +0300 |
| commit | a7341764dcc849afc44b8efd814e727b078b22ca (patch) | |
| tree | f884e96d58c4c266de26d566c71811e379edcc68 | |
| parent | e9ab2af8126f2eaa27990ec8d2e80fe97d118c92 (diff) | |
| download | cffi-msvcrt.tar.gz | |
add missing importmsvcrt
| -rw-r--r-- | testing/cffi0/backend_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cffi0/backend_tests.py b/testing/cffi0/backend_tests.py index e0567e0..ab013a1 100644 --- a/testing/cffi0/backend_tests.py +++ b/testing/cffi0/backend_tests.py @@ -1,7 +1,7 @@ import py import pytest import platform -import sys, ctypes +import sys, ctypes, ctypes.util from cffi import FFI, CDefError, FFIError, VerificationMissing from testing.support import * |
