/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/config.py

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-20 23:50:57 UTC
  • mfrom: (7195.5.2 lint_W1_W2_W3)
  • Revision ID: breezy.the.bot@gmail.com-20181120235057-rcl0xb6zs0gspupb
Fix remaining whitespace lint in codebase

Merged from https://code.launchpad.net/~gz/brz/lint_W1_W2_W3/+merge/358968

Show diffs side-by-side

added added

removed removed

Lines of Context:
2105
2105
        :param override_existing: Raise KeyErorr if False and something has
2106
2106
                already been registered for that key. If True, ignore if there
2107
2107
                is an existing key (always register the new value).
2108
 
        :param fallback: Whether this credential store should be 
 
2108
        :param fallback: Whether this credential store should be
2109
2109
                used as fallback.
2110
2110
        """
2111
2111
        return super(CredentialStoreRegistry,
2125
2125
        :param override_existing: If True, replace the existing object
2126
2126
                with the new one. If False, if there is already something
2127
2127
                registered with the same key, raise a KeyError
2128
 
        :param fallback: Whether this credential store should be 
 
2128
        :param fallback: Whether this credential store should be
2129
2129
                used as fallback.
2130
2130
        """
2131
2131
        return super(CredentialStoreRegistry, self).register_lazy(