/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/trace.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:
45
45
form.
46
46
"""
47
47
 
48
 
from __future__ import absolute_import
49
 
 
50
48
# FIXME: Unfortunately it turns out that python's logging module
51
49
# is quite expensive, even when the message is not printed by any handlers.
52
50
# We should perhaps change back to just simply doing it here.