~jelmer/brz-git/foreign

« back to all changes in this revision

Viewing changes to tests/test_workingtree.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-17 18:43:18 UTC
  • mfrom: (1855.1.3 absolute-import)
  • Revision ID: breezy.the.bot@gmail.com-20180317184318-65gyt4sq2nurj223
Enable absolute import everywhere.

Merged from https://code.launchpad.net/~jelmer/brz-git/absolute-import/+merge/341562

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Tests for Git working trees."""
19
19
 
 
20
from __future__ import absolute_import
 
21
 
20
22
from .... import (
21
23
    conflicts as _mod_conflicts,
22
24
    )