summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Lopuhin <kostia.lopuhin@gmail.com>2015-05-22 23:04:41 +0300
committerKonstantin Lopuhin <kostia.lopuhin@gmail.com>2015-05-22 23:04:41 +0300
commitb652564dadba511c29eeabcc69bda915e81768fd (patch)
tree271c282f5ec72c7965b3cc05a0fad93631bb102f
parent52158290272163d331a58388354e0834c98add41 (diff)
downloadcffi-b652564dadba511c29eeabcc69bda915e81768fd.tar.gz
add missing import for OS Xosx-tests
-rw-r--r--testing/cffi1/test_verify1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cffi1/test_verify1.py b/testing/cffi1/test_verify1.py
index 343cc2d..38f3219 100644
--- a/testing/cffi1/test_verify1.py
+++ b/testing/cffi1/test_verify1.py
@@ -1,4 +1,4 @@
-import sys, math, py
+import os, sys, math, py
from cffi import FFI, VerificationError, VerificationMissing, model
from cffi import recompiler
from testing.support import *