Rev 19: properly import errno in case the file is missing in lp:///~jameinel/bzr/fix277537

John Arbash Meinel john at arbash-meinel.com
Fri Jan 30 20:37:12 GMT 2009


At lp:///~jameinel/bzr/fix277537

------------------------------------------------------------
revno: 19
revision-id: john at arbash-meinel.com-20090130203710-bzbj99qssq20ka6x
parent: john at arbash-meinel.com-20090130155625-lgx90rmr6fdb3e1l
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: fix277537
timestamp: Fri 2009-01-30 14:37:10 -0600
message:
  properly import errno in case the file is missing
-------------- next part --------------
=== modified file 'parser.py'
--- a/parser.py	2008-10-15 15:53:37 +0000
+++ b/parser.py	2009-01-30 20:37:10 +0000
@@ -42,6 +42,8 @@
 
 """
 
+import errno
+
 
 def parse_bogus_file_revisions_ids(file_name):
     try:



More information about the bazaar-commits mailing list