~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-11 18:49:54 UTC
  • mfrom: (6060.1.4 2.5-win32-fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20110811184954-7z846r214w274v8h
(vila) Small test suite fixes for Windows. (John A Meinel)

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