Fix flake8 errors in anticipation of flake8 patch.

Change-Id: Ifdc4322b699f2bd91a6900e55695acd3d736568e
This commit is contained in:
Monty Taylor
2013-05-14 08:28:48 -07:00
parent d6c760263b
commit 016a0b301e
13 changed files with 28 additions and 22 deletions

@ -13,8 +13,8 @@
# under the License.
#
import os
import mock
import os
from openstackclient import shell
from tests import utils