diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-05-22 10:44:00 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-05-22 10:44:00 -0700 |
| commit | f8437e37d4961c6f0cf7be091d919f49268ded1d (patch) | |
| tree | d7cfca79fb70b4a532584eab948497c53eae332a /nova/openstack | |
| parent | e6b42d7bdf92c8dade030798436cb3e5ec652ee9 (diff) | |
| download | nova-f8437e37d4961c6f0cf7be091d919f49268ded1d.tar.gz nova-f8437e37d4961c6f0cf7be091d919f49268ded1d.tar.xz nova-f8437e37d4961c6f0cf7be091d919f49268ded1d.zip | |
Enable checking for imports in alphabetical order
And fix existing alphabetical ordering problems
Change-Id: I3ab887e118adc8022c84ff7230e7cc2d261804f6
Diffstat (limited to 'nova/openstack')
| -rw-r--r-- | nova/openstack/common/cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
