summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2008-12-19 15:58:52 -0600
committerClark Williams <williams@redhat.com>2008-12-19 15:58:52 -0600
commitb2591d422f522c27230eeb13011363f50842c1fb (patch)
tree0bd8941ef3615a913c0e7fd102e62f3f8377e243
parent78cd2d318fb16777db57af335c2e82db3c06c3f7 (diff)
downloadmock-b2591d422f522c27230eeb13011363f50842c1fb.tar.gz
mock-b2591d422f522c27230eeb13011363f50842c1fb.tar.xz
mock-b2591d422f522c27230eeb13011363f50842c1fb.zip
removed import of popen2 from py/mock/util.py (gets rid of deprecated warning)
-rw-r--r--py/mock/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/mock/util.py b/py/mock/util.py
index 44b32d6..97eabe9 100644
--- a/py/mock/util.py
+++ b/py/mock/util.py
@@ -10,7 +10,6 @@ import ctypes
import fcntl
import os
import os.path
-import popen2
import rpm
import rpmUtils
import rpmUtils.transaction