From 5fb7dc9cc1d6585fcc7cb066cc9d68e7a1f58310 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Wed, 30 Jan 2008 00:03:37 -0600 Subject: add fcntl import --- py/mock/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/mock/util.py b/py/mock/util.py index a0a6b65..8721110 100644 --- a/py/mock/util.py +++ b/py/mock/util.py @@ -7,6 +7,7 @@ # python library imports import ctypes +import fcntl import os import os.path import popen2 -- cgit