Comment 2 for bug 1517507

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

Reviewed: https://review.openstack.org/246978
Committed: https://git.openstack.org/cgit/openstack/fuel-devops/commit/?id=cc2ed2641d934cf5c4d53dc963877b8ae9f41bd0
Submitter: Jenkins
Branch: master

commit cc2ed2641d934cf5c4d53dc963877b8ae9f41bd0
Author: penguinolog <email address hidden>
Date: Wed Nov 18 18:11:20 2015 +0300

    Fix mistypes and minor code style issues
    1. Fix mistypes, except interfaces
    2. Fix old style classes (now inherit from object)
    3. Fix single quoted docstrings
    4. Redundant parenthesis
    5. shadow builtins in locals (aka str or type as variable names)

    Change-Id: Ie7c746c6e603472452766ba96cd94a6a3b232d6c
    Closes-bug: #1517507