/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/plugins/netrc_credential_store/__init__.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-02-18 06:16:48 UTC
  • mfrom: (7492.1.1 drop-future)
  • Revision ID: breezy.the.bot@gmail.com-20200218061648-m2h1vjw1s79tlm93
Drop unnecessary imports from __future__.

Merged from https://code.launchpad.net/~jelmer/brz/drop-future/+merge/379372

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
from __future__ import absolute_import
18
 
 
19
17
__doc__ = """Use ~/.netrc as a credential store for authentication.conf."""
20
18
 
21
19
# Since we are a built-in plugin we share the breezy version