Update PlaintextKeyring example with new import location.

This commit is contained in:
facetoe 2016-02-14 12:15:22 +08:00
parent f228d5347c
commit 3addb4b229

View File

@ -146,7 +146,7 @@ If you don't want to use the default you can set a specific keyring like so:
.. code:: python
from keyring.backends.file import PlaintextKeyring
from keyrings.alt.file import PlaintextKeyring
status.register('github', keyring_backend=PlaintextKeyring())
i3pystatus will locate and set the credentials during the module