summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-yum-helper
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-04-25 08:46:59 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-04-25 08:46:59 -0400
commit148239de876a0c8d2fb53fd644ffaabc70540370 (patch)
tree07210e4910f4405fe23dbdf8ca91411c7f19d71f /src/sbin/bcfg2-yum-helper
parent14c6cfde0761e910b6c3c1924d51cf915ba96e9d (diff)
downloadbcfg2-148239de876a0c8d2fb53fd644ffaabc70540370.tar.gz
bcfg2-148239de876a0c8d2fb53fd644ffaabc70540370.tar.bz2
bcfg2-148239de876a0c8d2fb53fd644ffaabc70540370.zip
fixed pylint/pep-8 tests
Diffstat (limited to 'src/sbin/bcfg2-yum-helper')
-rwxr-xr-xsrc/sbin/bcfg2-yum-helper1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-yum-helper b/src/sbin/bcfg2-yum-helper
index dc6a6cc0b..f2bdf2c97 100755
--- a/src/sbin/bcfg2-yum-helper
+++ b/src/sbin/bcfg2-yum-helper
@@ -67,6 +67,7 @@ class YumHelper(object):
resolution. """
self.yumbase.arch.setup_arch(arch=arch)
+
class DepSolver(YumHelper):
""" Yum dependency solver. This is used for operations that only
read from the yum cache, and thus operates in cacheonly mode. """