Rev 6061: import subprocess in 'bzrlib.tests.features' so that certain features can properly probe. in http://bazaar.launchpad.net/~jameinel/2.5-win32-fixes
John Arbash Meinel
john at arbash-meinel.com
Thu Aug 11 10:09:41 UTC 2011
At http://bazaar.launchpad.net/~jameinel/2.5-win32-fixes
------------------------------------------------------------
revno: 6061
revision-id: john at arbash-meinel.com-20110811100927-ds6dpklkseeigwg5
parent: pqm at pqm.ubuntu.com-20110809170446-f1wc1a8fhgnxi4cn
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.5-win32-fixes
timestamp: Thu 2011-08-11 12:09:27 +0200
message:
import subprocess in 'bzrlib.tests.features' so that certain features can properly probe.
-------------- next part --------------
=== modified file 'bzrlib/tests/features.py'
--- a/bzrlib/tests/features.py 2011-07-25 02:38:30 +0000
+++ b/bzrlib/tests/features.py 2011-08-11 10:09:27 +0000
@@ -18,6 +18,7 @@
"""
import os
+import subprocess
import stat
import sys
import tempfile
More information about the bazaar-commits
mailing list