summaryrefslogtreecommitdiff
path: root/ceilometerclient/tests/unit/v2/test_statistics.py
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-10-29 18:05:26 +0200
committerSteve Martinelli <s.martinelli@gmail.com>2016-11-04 19:18:45 -0500
commitc1141ed5be72ee169a7640b5d4957bfe02ad37ce (patch)
treefc6b0ab67f1422d1910ecbee35d5db10ded2bf41 /ceilometerclient/tests/unit/v2/test_statistics.py
parentdc7e77989134fcda94934dc96aa8ac1c735bd939 (diff)
downloadpython-ceilometerclient-c1141ed5be72ee169a7640b5d4957bfe02ad37ce.tar.gz
move old oslo-incubator code out of openstack/common
As part of the first community-wide goal, teams were asked to remove the openstack/common package of their projects if one existed. This was a byproduct of the old oslo-incubator form of syncing common functionality. The package, apiclient, was moved to a top level location and a new i18n module was created. There is no oslo.apiclient library or equivalent, the recommended solution is to move it in tree and maintain it there. Change-Id: Ia788313e0926dc872a87b090ef0a350898bfb079
Diffstat (limited to 'ceilometerclient/tests/unit/v2/test_statistics.py')
-rw-r--r--ceilometerclient/tests/unit/v2/test_statistics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceilometerclient/tests/unit/v2/test_statistics.py b/ceilometerclient/tests/unit/v2/test_statistics.py
index e41b38c..b7924cc 100644
--- a/ceilometerclient/tests/unit/v2/test_statistics.py
+++ b/ceilometerclient/tests/unit/v2/test_statistics.py
@@ -12,8 +12,8 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-from ceilometerclient.openstack.common.apiclient import client
-from ceilometerclient.openstack.common.apiclient import fake_client
+from ceilometerclient.apiclient import client
+from ceilometerclient.apiclient import fake_client
from ceilometerclient.tests.unit import utils
import ceilometerclient.v2.statistics