From: Alfredo Deza Date: Mon, 3 Mar 2014 21:55:38 +0000 (-0500) Subject: fix imports for new conf.ceph module in test_mon X-Git-Tag: v1.4.0~8^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25fb6f312e2bd536e6878007d3bf0e421cbc4e6d;p=ceph-deploy.git fix imports for new conf.ceph module in test_mon Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/tests/test_mon.py b/ceph_deploy/tests/test_mon.py index b9203e6..821f9ee 100644 --- a/ceph_deploy/tests/test_mon.py +++ b/ceph_deploy/tests/test_mon.py @@ -1,5 +1,5 @@ from ceph_deploy import mon -from ceph_deploy.conf import CephConf +from ceph_deploy.conf.ceph import CephConf from mock import Mock