Comment 6 for bug 1163369

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/grizzly)

Reviewed: https://review.openstack.org/26202
Committed: http://github.com/openstack/horizon/commit/2a939ceb2aa7cc206fd1c3db768d6cb39c903e18
Submitter: Jenkins
Branch: stable/grizzly

commit 2a939ceb2aa7cc206fd1c3db768d6cb39c903e18
Author: Julie Pichon <email address hidden>
Date: Tue Apr 2 22:08:33 2013 +0100

    Return an empty string rather than None when calling repr()

    Repr() should return "a string containing a printable representation of
    an object," which is a convention Sphinx 1.2 relies on when building
    the docs.

    Fixes bug 1163369

    Change-Id: Ieefd69c5b4b521500679df7745f60cb3a4d2f77c
    (cherry picked from commit 29cb3251afd65fdd0a98b76d58f05458aaab3b47)