X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/47752597d1ac4dcf0f7edd132869e32ad900955b..efe96413119f689752c6395c68531b17b70c2743:/agpl.py?ds=sidebyside 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