agpl.py: Python 2.5 compatibility.
[chopwood] / agpl.py
diff --git a/agpl.py b/agpl.py
index a35ea3f..0929e78 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