From b2591d422f522c27230eeb13011363f50842c1fb Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Fri, 19 Dec 2008 15:58:52 -0600 Subject: removed import of popen2 from py/mock/util.py (gets rid of deprecated warning) --- py/mock/util.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit