From 50f5a7316af6f4b6dca4fea7f7764fe6c29558d3 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 26 Apr 2012 15:20:43 -0700 Subject: [PATCH] Imports to human alphabetical order Problems identified by enabling N306 in run_tests.sh Change-Id: Ifddfe58da020dd041bcbbf5f14941514a09f61c1 --- clean_file_locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_file_locks.py b/clean_file_locks.py index eb21177..790d82f 100755 --- a/clean_file_locks.py +++ b/clean_file_locks.py @@ -26,8 +26,8 @@ import logging import optparse from nova import flags -from nova import utils from nova import log +from nova import utils LOG = log.getLogger('nova.utils')