summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin/callbackplugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/plugin/callbackplugin.py')
-rw-r--r--openstack/common/plugin/callbackplugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/plugin/callbackplugin.py b/openstack/common/plugin/callbackplugin.py
index bb56a40..bddd796 100644
--- a/openstack/common/plugin/callbackplugin.py
+++ b/openstack/common/plugin/callbackplugin.py
@@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-from openstack.common.plugin import plugin
from openstack.common import log as logging
+from openstack.common.plugin import plugin
LOG = logging.getLogger(__name__)