Fix and enable gating on H306

H306 - module imports should be in alphabetical order

Change-Id: I1f8fc25b0e6ca23c21c90bda420f42a45141c2e2
This commit is contained in:
Dirk Mueller
2013-12-16 15:28:05 +01:00
parent c1563a75e4
commit 9f255a9b49
11 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ import argparse
import copy
import sys
from glanceclient import exc
from glanceclient.common import utils
from glanceclient.common import progressbar
from glanceclient.common import utils
from glanceclient import exc
from glanceclient.openstack.common import strutils
import glanceclient.v1.images