chiark
/
gitweb
/
~mdw
/
chopwood
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
agpl.py: Python 2.5 compatibility.
[chopwood]
/
agpl.py
diff --git
a/agpl.py
b/agpl.py
index a35ea3f4c9416d23fa7bbac959866dc9eee3c94b..0929e78bfb94b6e0c0523b06fd6eea62bfc43aa7 100644
(file)
--- a/
agpl.py
+++ b/
agpl.py
@@
-23,6
+23,8
@@
### License along with Chopwood; if not, see
### <http://www.gnu.org/licenses/>.
+from __future__ import with_statement
+
import contextlib as CTX
import grp as GR
import os as OS