Comment 2 for bug 205230

Revision history for this message
Martin Pool (mbp) wrote :

I've changed it to this::

    sys.stderr.write("bzr: ERROR: "
        "Couldn't import bzrlib and dependencies.\n"
        "Please check the directory containing bzrlib is on your PYTHONPATH.\n"
        "\n")

Is that clearer?