~jelmer/brz/byov-trunk

« back to all changes in this revision

Viewing changes to breezy/bzr_distutils.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:
20
20
 
21
21
"""build_mo command for setup.py"""
22
22
 
23
 
from __future__ import absolute_import
24
 
 
25
23
from distutils import log
26
24
from distutils.core import Command
27
25
from distutils.dep_util import newer