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