commit | ca277e120bc2f6652f666552d4bc5c5008639515 | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <torne@google.com> | Thu Mar 07 10:17:51 2013 +0000 |
committer | Torne (Richard Coles) <torne@google.com> | Thu Mar 07 10:17:51 2013 +0000 |
tree | 2ef05ad8e8de25a34a4de22ad373b6ac0d0d319f | |
parent | 12912b7d65300941382f18c1db6730d93b6b5559 [diff] |
Fix bad use of context manager in git-cookie-authdaemon. urlopen objects aren't context managers, using them in a with statement requires wrapping with contextlib.closing.