Leverage on PBR
[yardstick.git] / yardstick / tests / unit / common / test_packages.py
index ba59a30..09d76fe 100644 (file)
@@ -13,8 +13,8 @@
 # limitations under the License.
 
 import mock
-from pip import exceptions as pip_exceptions
-from pip.operations import freeze
+from pip._internal import exceptions as pip_exceptions
+from pip._internal.operations import freeze
 import unittest
 
 from yardstick.common import packages