summaryrefslogtreecommitdiffstats
path: root/openstack/common/periodic_task.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2012-10-29 14:19:19 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2012-10-29 14:19:19 +0800
commitb153b563908e91ce1bbce0ab9f019d3fba0b2162 (patch)
tree380c935a12e51e365aa02c5d9a2f17a8c4dfb3e2 /openstack/common/periodic_task.py
parentaca1805d911caefe14a73edb6ced281cf54e7ad2 (diff)
downloadoslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.tar.gz
oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.tar.xz
oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.zip
Import order clean-up
Reorder imports by full module path Change-Id: If619b4b50aa052401f7fa65df57b74d4ad1b65a6
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__)