Comment 14 for bug 839986

Revision history for this message
Julian Andres Klode (juliank) wrote :

This was fixed sometime ago:

    @property
    def uri(self):
        """Return a single URI for the binary.

        .. versionadded:: 0.7.10
        """
        try:
            return iter(self._uris()).next()
        except StopIteration:
            return None