diff --git a/fuel_dev_tools/shell.py b/fuel_dev_tools/shell.py index c82def0..4156f38 100644 --- a/fuel_dev_tools/shell.py +++ b/fuel_dev_tools/shell.py @@ -19,7 +19,7 @@ Command-line utility to help developers work with Fuel master. import logging import os -from oslo.utils import encodeutils +from oslo_utils import encodeutils import six import sys import traceback