]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Import from ceph_deploy package instead of . in gatherkeys.py
authorTravis Rhoden <trhoden@redhat.com>
Tue, 18 Nov 2014 17:27:04 +0000 (17:27 +0000)
committerTravis Rhoden <trhoden@redhat.com>
Tue, 2 Dec 2014 16:20:37 +0000 (16:20 +0000)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/gatherkeys.py

index eccbf7f386a7fb6585eaaa989f99dfa691b23b9d..9b276bf20533dba936a7a499ac3ad89d036ba368 100644 (file)
@@ -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__)