X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/9fc9351d43236aeca3910b977eef0cdf355a085e..0c58273e69f08d17e69d9af6b04734bdce302532:/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