Python 2.5 requires an import from the __future__ to get a with
[invirt/packages/invirt-dev.git] / invirtibuilder
index 1a77e74..0a19484 100755 (executable)
@@ -26,6 +26,8 @@ principal is the Kerberos principal that requested the build.
 """
 
 
+from __future__ import with_statement
+
 import contextlib
 import os
 import re