From 062ae5c9fe40bfebbd7d59da9df54b57b65208ce Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 28 Aug 2014 11:51:05 -0400 Subject: [PATCH] properly import the pkg_managers Signed-off-by: Alfredo Deza --- ceph_deploy/hosts/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph_deploy/hosts/util.py b/ceph_deploy/hosts/util.py index 7457c35..b943609 100644 --- a/ceph_deploy/hosts/util.py +++ b/ceph_deploy/hosts/util.py @@ -2,6 +2,8 @@ A utility module that can host utilities that will be used by more than one type of distro and not common to all of them """ +from ceph_deploy.util import pkg_managers + def install_yum_priorities(distro, _yum=None): """ -- 2.47.3