summaryrefslogtreecommitdiffstats
path: root/py
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2008-01-30 00:03:37 -0600
committerMichael E Brown <mebrown@michaels-house.net>2008-01-30 00:03:37 -0600
commit5fb7dc9cc1d6585fcc7cb066cc9d68e7a1f58310 (patch)
tree1de83e70a4dc074cd98c6642af63f20ed8fcbef4 /py
parent5ff9b7b2da07756df55e56a0ef58e21b66d6ee2b (diff)
downloadmock-5fb7dc9cc1d6585fcc7cb066cc9d68e7a1f58310.tar.gz
mock-5fb7dc9cc1d6585fcc7cb066cc9d68e7a1f58310.tar.xz
mock-5fb7dc9cc1d6585fcc7cb066cc9d68e7a1f58310.zip
add fcntl import
Diffstat (limited to 'py')
-rw-r--r--py/mock/util.py1
1 files changed, 1 insertions, 0 deletions
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