From: Travis Rhoden Date: Tue, 18 Nov 2014 17:27:04 +0000 (+0000) Subject: Import from ceph_deploy package instead of . in gatherkeys.py X-Git-Tag: v1.5.21~3^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4df3e6d3c85eda0aae975c81ecf820bd3c014939;p=ceph-deploy.git Import from ceph_deploy package instead of . in gatherkeys.py Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/gatherkeys.py b/ceph_deploy/gatherkeys.py index eccbf7f..9b276bf 100644 --- a/ceph_deploy/gatherkeys.py +++ b/ceph_deploy/gatherkeys.py @@ -1,8 +1,8 @@ import os.path import logging -from .cliutil import priority -from . import hosts +from ceph_deploy import hosts +from ceph_deploy.cliutil import priority LOG = logging.getLogger(__name__)