~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: John Arbash Meinel
  • Date: 2011-08-11 10:09:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6061.
  • Revision ID: john@arbash-meinel.com-20110811100927-ds6dpklkseeigwg5
import subprocess in 'bzrlib.tests.features' so that certain features can properly probe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""
19
19
 
20
20
import os
 
21
import subprocess
21
22
import stat
22
23
import sys
23
24
import tempfile