Comment 5 for bug 1476595

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

Reviewed: https://review.openstack.org/204519
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=00cd77aeba43e167ee859d26d01f4bd6920dad3d
Submitter: Jenkins
Branch: master

commit 00cd77aeba43e167ee859d26d01f4bd6920dad3d
Author: xiangxinyong <email address hidden>
Date: Wed Jul 22 17:16:50 2015 +0800

    murano.cmd.api: Unable to import 'paste'

    when used pylint to check murano[master] code, in pylint throw a fatal error as follows:
    (F) murano.cmd.api [39]: Unable to import 'paste'
    Code File: murano\murano\cmd\api.py
    Line Number:39
    If this line code are replaced by import paste.deploy as deploy,It works.

    Closes-Bug: #1476595
    Change-Id: Ide7c22b94f78c6abb9446703105c72bc7e30924b