commit | 3bd844e695c8295c23d64d816bd763543cc9728f | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Aug 29 04:39:12 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Aug 29 04:39:12 2006 +0000 |
tree | 5c8ae0b247d082498a3e9c02e1eeca9af6a1f0c2 | |
parent | c4996ba794d9438be8e472ad5f6c3c55fbf751e8 [diff] [blame] |
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
diff --git a/Doc/lib/email-unpack.py b/Doc/lib/email-unpack.py index fc05d99..fb03e58 100644 --- a/Doc/lib/email-unpack.py +++ b/Doc/lib/email-unpack.py
@@ -37,7 +37,7 @@ os.mkdir(opts.directory) except OSError, e: # Ignore directory exists error - if e.errno <> errno.EEXIST: + if e.errno != errno.EEXIST: raise fp = open(msgfile)