chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9fc9351
)
agpl.py: Python 2.5 compatibility.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000
(20:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 7 Apr 2015 18:54:17 +0000
(19:54 +0100)
agpl.py
patch
|
blob
|
blame
|
history
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