summaryrefslogtreecommitdiff
path: root/barbicanclient/orders.py
diff options
context:
space:
mode:
Diffstat (limited to 'barbicanclient/orders.py')
-rw-r--r--barbicanclient/orders.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/barbicanclient/orders.py b/barbicanclient/orders.py
index 11dc009..7b2f3e3 100644
--- a/barbicanclient/orders.py
+++ b/barbicanclient/orders.py
@@ -12,9 +12,10 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+import logging
+
from barbicanclient import base
from barbicanclient.openstack.common.gettextutils import _
-from barbicanclient.openstack.common import log as logging
from barbicanclient.openstack.common import timeutils