Rev 2389: import errno in test_strace.py (recommended by Ian Clatworthy) in http://bzr.arbash-meinel.com/branches/bzr/mac

John Arbash Meinel john at arbash-meinel.com
Mon Apr 2 16:51:25 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/mac

------------------------------------------------------------
revno: 2389
revision-id: john at arbash-meinel.com-20070402155001-70do43yebrb4mofq
parent: john at arbash-meinel.com-20070329202002-lqyqp0edqitj9pca
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: mac
timestamp: Mon 2007-04-02 10:50:01 -0500
message:
  import errno in test_strace.py (recommended by Ian Clatworthy)
modified:
  bzrlib/tests/test_strace.py    test_strace.py-20070323001526-6zquhhw8leb9m6j8-2
-------------- next part --------------
=== modified file 'bzrlib/tests/test_strace.py'
--- a/bzrlib/tests/test_strace.py	2007-03-27 07:37:12 +0000
+++ b/bzrlib/tests/test_strace.py	2007-04-02 15:50:01 +0000
@@ -17,6 +17,7 @@
 
 """Tests for the strace-invoking support."""
 
+import errno
 import subprocess
 
 from bzrlib.strace import StraceFeature, strace, StraceResult



More information about the bazaar-commits mailing list