~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2010-04-23 08:51:52 UTC
  • mfrom: (5131.2.6 support_OO_flag)
  • mto: This revision was merged to the branch mainline in revision 5179.
  • Revision ID: v.ladeuil+lp@free.fr-20100423085152-uoewc1vnkwqhw0pj
Manually assign docstrings to command objects, so that they work with python -OO

Show diffs side-by-side

added added

removed removed

Lines of Context:
1415
1415
 
1416
1416
 
1417
1417
class PlainTextCredentialStore(CredentialStore):
1418
 
    """Plain text credential store for the authentication.conf file."""
 
1418
    __doc__ = """Plain text credential store for the authentication.conf file"""
1419
1419
 
1420
1420
    def decode_password(self, credentials):
1421
1421
        """See CredentialStore.decode_password."""