X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/blobdiff_plain/47752597d1ac4dcf0f7edd132869e32ad900955b..8f6848e2f6be4cde36f1e3599de0e7ef0457a30b:/agpl.py 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