From: Alfredo Deza Date: Thu, 28 Aug 2014 15:51:05 +0000 (-0400) Subject: properly import the pkg_managers X-Git-Tag: v1.5.13~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F237%2Fhead;p=ceph-deploy.git properly import the pkg_managers Signed-off-by: Alfredo Deza --- 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): """