Fix import grouping

(enforced by Hacking >= 0.9.0)

Change-Id: I2288d1305e9212bb69dfc76d46d3e16ef0629ff8
This commit is contained in:
Dirk Mueller 2014-04-14 18:53:02 +02:00
parent b5cfe0a182
commit b7a1a7bf92

View File

@ -16,12 +16,12 @@ import logging
import logging.handlers import logging.handlers
import os import os
import subprocess import subprocess
import testtools
import uuid import uuid
import fixtures import fixtures
import mock import mock
from six import moves from six import moves
import testtools
from oslo.rootwrap import cmd from oslo.rootwrap import cmd
from oslo.rootwrap import filters from oslo.rootwrap import filters