diff options
Diffstat (limited to 'openstack/common/extensions.py')
| -rw-r--r-- | openstack/common/extensions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/common/extensions.py b/openstack/common/extensions.py index 742c4f2..906906d 100644 --- a/openstack/common/extensions.py +++ b/openstack/common/extensions.py @@ -17,12 +17,12 @@ # under the License. import imp +import logging +from lxml import etree import os import routes import webob.dec import webob.exc -import logging -from lxml import etree from openstack.common import exception from openstack.common.gettextutils import _ |
