]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
properly import the pkg_managers 237/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 28 Aug 2014 15:51:05 +0000 (11:51 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 28 Aug 2014 15:51:05 +0000 (11:51 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/hosts/util.py

index 7457c352f4a0dbdfa725bca8c676c416baecf580..b943609d2d411b4e0a5c513df69f857cab29aba4 100644 (file)
@@ -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):
     """