Rev 2388: Make sure errno is imported if we are going to use it later. in http://bzr.arbash-meinel.com/branches/bzr/mac

John Arbash Meinel john at arbash-meinel.com
Thu Mar 29 21:23:10 BST 2007


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

------------------------------------------------------------
revno: 2388
revision-id: john at arbash-meinel.com-20070329202002-lqyqp0edqitj9pca
parent: john at arbash-meinel.com-20070329191928-654ol08hdlfir4zj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: mac
timestamp: Thu 2007-03-29 15:20:02 -0500
message:
  Make sure errno is imported if we are going to use it later.
modified:
  bzrlib/strace.py               strace.py-20070323001526-6zquhhw8leb9m6j8-1
-------------- next part --------------
=== modified file 'bzrlib/strace.py'
--- a/bzrlib/strace.py	2007-03-27 07:37:12 +0000
+++ b/bzrlib/strace.py	2007-03-29 20:20:02 +0000
@@ -17,6 +17,7 @@
 
 """Support for running strace against the current process."""
 
+import errno
 import os
 import signal
 import subprocess



More information about the bazaar-commits mailing list