From f8437e37d4961c6f0cf7be091d919f49268ded1d Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 22 May 2012 10:44:00 -0700 Subject: Enable checking for imports in alphabetical order And fix existing alphabetical ordering problems Change-Id: I3ab887e118adc8022c84ff7230e7cc2d261804f6 --- nova/openstack/common/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/openstack') diff --git a/nova/openstack/common/cfg.py b/nova/openstack/common/cfg.py index 1a167681c..153880f3b 100644 --- a/nova/openstack/common/cfg.py +++ b/nova/openstack/common/cfg.py @@ -226,8 +226,8 @@ log files: import collections import copy -import glob import functools +import glob import optparse import os import string -- cgit