Comment 9 for bug 1333290

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/116521
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=ab96ccb1ef6b4a47faa59b4d901277ec767e0972
Submitter: Jenkins
Branch: master

commit ab96ccb1ef6b4a47faa59b4d901277ec767e0972
Author: Andreas Jaeger <email address hidden>
Date: Sat Aug 23 20:37:43 2014 +0200

    Flake8: Fix H302

    Fix H302 and enable the test:
    H302 import only modules.'from X import Y' does not import a module

    Fix also in the touched files the following:
    E128 continuation line under-indented for visual indent

    Change-Id: I3116c030a5dc0b5be2b4413beaa460e483215774
    Partial-Bug: #1333290