From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 (+0000) Subject: agpl.py: Python 2.5 compatibility. X-Git-Tag: 1.2.0~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/0c58273e69f08d17e69d9af6b04734bdce302532 agpl.py: Python 2.5 compatibility. --- diff --git a/agpl.py b/agpl.py index a35ea3f..0929e78 100644 --- a/agpl.py +++ b/agpl.py @@ -23,6 +23,8 @@ ### License along with Chopwood; if not, see ### . +from __future__ import with_statement + import contextlib as CTX import grp as GR import os as OS