summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2006-08-29 05:16:35 +0000
committerjcwillia <jcwillia>2006-08-29 05:16:35 +0000
commitf09d865a20e2f2b33fc8073628f7fe1e9d70ad6a (patch)
treebc503e4009f55c56673c9e664599f87463c78e8d
parentf0046bbe78475abb6acc3ccbca3e8e2938f7267c (diff)
downloadmock-f09d865a20e2f2b33fc8073628f7fe1e9d70ad6a.tar.gz
mock-f09d865a20e2f2b33fc8073628f7fe1e9d70ad6a.tar.xz
mock-f09d865a20e2f2b33fc8073628f7fe1e9d70ad6a.zip
explicit import of rpmUtils.transaction to deal with change in rpmUtils imports
-rw-r--r--mock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mock.py b/mock.py
index 9cb8043..d59b85e 100644
--- a/mock.py
+++ b/mock.py
@@ -19,6 +19,7 @@ import os
import os.path
import sys
import rpmUtils
+import rpmUtils.transaction
import rpm
import glob
import shutil