Order and separate imports properly

Alphabetical and separated into system modules and libs.

Change-Id: I367245b10ca428d68350e3f010c17dea7e38fe67
This commit is contained in:
Clint Byrum 2014-04-25 21:10:29 -07:00
parent 98c5f76791
commit 62044fadd9
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@
import logging
import os
import sys
from keystoneclient.v3 import client
import keystoneclient.exceptions as kc_exception
from keystoneclient.v3 import client
logger = logging.getLogger(__name__)